/* 
Theme Name: AvocateMicheline
Author: Shooga 
Author URI: https://shooga.ca
Version: 1.0 
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.groups .group .blocks .block .bloc_btn_parent .bloc_btn, .contact_form .frm_form_fields .frm_submit .frm_button_submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background-color: #172A39;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 18px;
  border: 1px solid #172A39;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.groups .group .blocks .block .bloc_btn_parent .bloc_btn:hover, .contact_form .frm_form_fields .frm_submit .frm_button_submit:hover {
  color: #172A39;
  background-color: #fff;
  border: 1px solid #172A39;
}

.services_arrows_parent .services_slider_arrows .services_slider_left, .services_arrows_parent .services_slider_arrows .services_slider_right {
  height: 50px;
  width: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  border: 1px solid #172A39 !important;
  background-color: #fff;
  color: #172A39;
  border-radius: 50px;
}
.services_arrows_parent .services_slider_arrows .services_slider_left:hover, .services_arrows_parent .services_slider_arrows .services_slider_right:hover {
  background-color: #C5A89B;
  border: 1px solid #C5A89B !important;
}
.services_arrows_parent .services_slider_arrows .services_slider_left:hover::before, .services_arrows_parent .services_slider_arrows .services_slider_right:hover::before {
  color: #fff;
}

.services_arrows_parent .services_feed .services_item .services_item_sub .read {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #172A39;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .read::after {
  content: "";
  background-image: url("images/arrow-right.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .read:hover {
  color: #C5A89B;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .read:hover::after {
  content: "";
  background-image: url("images/arrow-right-hover.svg");
}

@keyframes slide {
  to {
    display: none;
  }
}
.contact_form .frm_forms .frm-show-form {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.contact_form .frm_forms .frm_message {
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 16px 20px;
  margin: 20px 0 0 0;
  background-color: #ECFDF3;
  border: none;
  animation: slide 1s ease 3.5s forwards;
}
.contact_form .frm_forms .frm_message p {
  color: #027A48;
}
.contact_form .frm_form_fields .form-field {
  margin-bottom: 19px;
}
.contact_form .frm_form_fields .select2-container .select2-selection--single {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #E0E0E0 !important;
}
.contact_form .frm_form_fields .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  padding-left: 0;
}
.contact_form .frm_form_fields .select2-container .select2-selection__arrow b {
  background-image: url("images/select2_icon.svg");
  width: 10px !important;
  height: 6px !important;
  background-repeat: no-repeat;
  border: none !important;
  background-size: 100%;
}
.contact_form .frm_form_fields .select2-container .select2-selection[aria-expanded=true] .select2-selection__arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.contact_form .frm_form_fields fieldset {
  padding-bottom: 0 !important;
}
.contact_form .frm_form_fields input, .contact_form .frm_form_fields textarea {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
  color: #172A39 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  box-shadow: none !important;
  padding: 4px 0 8px 0 !important;
}
.contact_form .frm_form_fields input:not(textarea), .contact_form .frm_form_fields textarea:not(textarea) {
  height: 22px;
}
.contact_form .frm_form_fields input:focus, .contact_form .frm_form_fields textarea:focus {
  border: 1px solid #C5A89B !important;
  box-shadow: none !important;
}
.contact_form .frm_form_fields textarea {
  height: 89px;
}
.contact_form .frm_form_fields label {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #000F1F !important;
  padding-bottom: 4px !important;
}
.contact_form .frm_form_fields input:-ms-input-placeholder, .contact_form .frm_form_fields textarea:-ms-input-placeholder, .contact_form .frm_form_fields .select2-selection__placeholder {
  color: #777777 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.contact_form .frm_form_fields input::placeholder, .contact_form .frm_form_fields textarea::placeholder, .contact_form .frm_form_fields .select2-selection__placeholder {
  color: #777777 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.contact_form .frm_form_fields .frm_submit .frm_button_submit {
  margin: 0 !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: none;
}

body {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100svh;
  word-break: break-word;
}
body p {
  margin: 0 0 20px 0;
}
body h1, body h2, body h3, body h4 {
  margin: 0 0 20px 0 !important;
}

.micheline_slider h1, .micheline_slider h2, .micheline_slider h3, .micheline_slider h4 {
  margin: 0 0 12px 0 !important;
}
.micheline_slider p {
  margin: 0 !important;
}

.arrow_button svg {
  width: 20px !important;
  height: 20px !important;
}
.arrow_button:hover svg path {
  stroke: #C5A89B !important;
}

.home:not(.elementor-editor-active) .elementor-location-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 9999 !important;
  border-bottom-color: #fff;
}
.home:not(.elementor-editor-active) .elementor-location-header .first_header, .home:not(.elementor-editor-active) .elementor-location-header .second_header {
  background-color: transparent !important;
}
.home:not(.elementor-editor-active) .elementor-location-header .first_header .logo path, .home:not(.elementor-editor-active) .elementor-location-header .second_header .logo path {
  fill: #fff !important;
}
.home:not(.elementor-editor-active) .elementor-location-header .first_header .elementor-nav-menu--main .elementor-item:hover, .home:not(.elementor-editor-active) .elementor-location-header .first_header .elementor-nav-menu--main .elementor-item-active {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.home:not(.elementor-editor-active) .elementor-location-header .first_header .elementor-nav-menu--main .elementor-item {
  color: #fff !important;
}
.home:not(.elementor-editor-active) .elementor-location-header .first_header .sub-arrow svg path {
  fill: #fff !important;
}
.home:not(.elementor-editor-active) .elementor-location-header .change_color svg {
  fill: #fff !important;
}
.home:not(.elementor-editor-active) .elementor-location-header .change_color svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

body:not(.elementor-editor-active) .elementor-location-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 9999 !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #869097;
}
body:not(.elementor-editor-active) .elementor-location-header .logo svg {
  width: 100% !important;
  height: 63px !important;
}
body:not(.elementor-editor-active) .elementor-location-header .elementor-nav-menu .sub-arrow {
  display: block;
}
body:not(.elementor-editor-active) .elementor-location-header .elementor-nav-menu--main .elementor-item:hover, body:not(.elementor-editor-active) .elementor-location-header .elementor-nav-menu--main .elementor-item-active, body:not(.elementor-editor-active) .elementor-location-header .elementor-nav-menu--main .elementor-sub-item:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #172A39;
          text-decoration-color: #172A39;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body:not(.elementor-editor-active) .elementor-location-header .hide {
  display: none;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

#wpadminbar {
  position: fixed;
}

.services_arrows_parent {
  position: relative;
}
.services_arrows_parent .services_feed {
  margin-right: -32px !important;
}
@media only screen and (max-width: 1025px) {
  .services_arrows_parent .services_feed {
    margin-right: -20px !important;
  }
}
.services_arrows_parent .services_feed .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.services_arrows_parent .services_feed .slick-slide {
  height: inherit !important;
  margin-right: 32px !important;
}
@media only screen and (max-width: 1025px) {
  .services_arrows_parent .services_feed .slick-slide {
    margin-right: 20px !important;
  }
}
.services_arrows_parent .services_feed .services_item {
  background-color: #fff;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 60px 0;
}
.services_arrows_parent .services_feed .services_item .services_item_sub {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .post_content {
  padding-bottom: 20px;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .post_content .post_excerpt {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #2C3E50;
}
.services_arrows_parent .services_feed .services_item .services_item_sub .perm_link {
  margin-top: auto;
}
.services_arrows_parent .services_slider_arrows {
  position: absolute;
  top: calc(100% + 50px);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.expertises_tabs .e-n-tabs {
  position: relative;
}
.expertises_tabs .e-n-tabs::after {
  content: "";
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 51px;
  height: 1px;
  background-color: #869097;
}
.expertises_tabs .e-n-tabs-heading {
  position: relative;
  background-color: #C5A89B;
  padding: 15px calc((100vw - 1214px) / 2) 60px;
}
@media only screen and (max-width: 1220px) {
  .expertises_tabs .e-n-tabs-heading {
    padding: 15px 20px 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .expertises_tabs .e-n-tabs-heading {
    padding: 15px 20px 30px 20px;
  }
}
.expertises_tabs .e-n-tabs-heading .e-n-tab-icon {
  display: none !important;
}
.expertises_tabs .e-n-tabs-heading .e-n-tab-title-text {
  padding-bottom: 18px;
}
.expertises_tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
  border-bottom: 1px solid #172A39;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 999;
}

.groups .group .blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -ms-flex-pack: center;
      justify-content: center;
}
.groups .group .blocks .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(50% - 16px);
  height: inherit;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
@media only screen and (max-width: 767px) {
  .groups .group .blocks .block {
    width: 100%;
  }
}
.groups .group .blocks .block .title-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  padding: 32px 32px 24px 32px;
  gap: 0 32px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 992px) {
  .groups .group .blocks .block .title-price {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 0;
    padding: 20px;
  }
}
.groups .group .blocks .block .title-price .block_title_parent {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 992px) {
  .groups .group .blocks .block .title-price .block_title_parent {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
}
.groups .group .blocks .block .title-price .block_title_parent .block_title {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0 !important;
}
.groups .group .blocks .block .title-price .block_price_parent {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .groups .group .blocks .block .title-price .block_price_parent {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.groups .group .blocks .block .title-price .block_price_parent .block_price {
  font-size: 60px;
  line-height: 72px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #C5A89B;
}
@media only screen and (max-width: 1024px) {
  .groups .group .blocks .block .title-price .block_price_parent .block_price {
    font-size: 40px;
    line-height: 60px;
  }
}
.groups .group .blocks .block .title-price .block_price_parent .block_price .prefix {
  font-size: 36px;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .groups .group .blocks .block .title-price .block_price_parent .block_price .prefix {
    font-size: 26px;
    line-height: 37px;
  }
}
.groups .group .blocks .block .title-price .block_price_parent .block_price .postfix {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #2C3E50;
  vertical-align: baseline;
}
.groups .group .blocks .block .block_list_parent {
  padding: 32px 32px 24px 32px;
  border-bottom: 1px solid #EBEBEB;
}
@media only screen and (max-width: 992px) {
  .groups .group .blocks .block .block_list_parent {
    padding: 20px;
  }
}
.groups .group .blocks .block .block_list_parent .block_list strong {
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  display: block;
}
.groups .group .blocks .block .block_list_parent .block_list ul, .groups .group .blocks .block .block_list_parent .block_list ol {
  color: #2C3E50;
  margin: 0 0 48px 0;
  padding-left: 0;
}
.groups .group .blocks .block .block_list_parent .block_list ul li, .groups .group .blocks .block .block_list_parent .block_list ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
}
.groups .group .blocks .block .block_list_parent .block_list ul li strong, .groups .group .blocks .block .block_list_parent .block_list ol li strong {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.groups .group .blocks .block .block_list_parent .block_list ul li::before, .groups .group .blocks .block .block_list_parent .block_list ol li::before {
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background-image: url("images/check_icon.svg");
  background-size: 24px24px;
  background-repeat: no-repeat;
  min-height: 24px;
  min-width: 24px;
  margin-right: 12px;
}
.groups .group .blocks .block .block_list_parent .block_list ul li::marker, .groups .group .blocks .block .block_list_parent .block_list ol li::marker {
  content: "";
}
.groups .group .blocks .block .bloc_btn_parent {
  padding: 32px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .groups .group .blocks .block .bloc_btn_parent {
    padding: 20px;
  }
}
.groups .group .blocks .block .bloc_btn_parent .bloc_btn {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.contact_icon_list > .elementor-element::before {
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 23px;
  height: calc(100% + 98px);
}
.contact_icon_list > .elementor-element::after {
  content: "\f347";
  font-family: "dashicons";
  position: absolute;
  color: #fff;
  left: 16px;
  top: calc(100% + 86px);
}
.contact_icon_list .elementor-icon-list-items {
  margin-top: 35px !important;
}
.contact_icon_list .elementor-icon-list-items .elementor-icon-list-text, .contact_icon_list .elementor-icon-list-items span {
  text-shadow: none !important;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.contact_icon_list .elementor-icon-list-items .elementor-icon-list-text a, .contact_icon_list .elementor-icon-list-items span a {
  width: auto !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 12px;
}
.contact_icon_list .elementor-icon-list-items .elementor-icon-list-text a:hover, .contact_icon_list .elementor-icon-list-items span a:hover {
  text-decoration: underline;
}
.contact_icon_list .elementor-icon-list-items .elementor-icon-list-icon svg {
  margin-right: 0 !important;
  z-index: 1;
  position: relative;
}

.elementor-location-footer {
  margin-top: auto;
}
.elementor-location-footer a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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