/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://use.typekit.net/dsz4kqg.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
* 62.5% permet de convertir les rem en px -> 1.6rem = 16px
*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
}
/****************************************************************************/
/* MIXINS
/****************************************************************************/
/****************************************************************************/
/* COULEURS
/****************************************************************************/
.black {
  color: #122830;
}
.white {
  color: #FFFFFF;
}
.yellow {
  color: #F9C113;
}
.green {
  color: #34646A;
}
.green-light {
  color: #94C11A;
}
.blue {
  color: #265298;
}
.red {
  color: #AD0E23;
}
.orange {
  color: #E46222;
}
.bg-black {
  background-color: #122830;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-yellow {
  background-color: #F9C113;
}
.bg-green {
  background-color: #34646A;
}
.bg-green-light {
  background-color: #94C11A;
}
.bg-blue {
  background-color: #265298;
}
.bg-red {
  background-color: #AD0E23;
}
.bg-orange {
  background-color: #E46222;
}
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
/****************************************************************************/
/* RESPONSIVE BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* GENERAL
/****************************************************************************/
html {
  scroll-behavior: smooth;
}
/****************************************************************************/
/* COOKIES / RGPD
/****************************************************************************/
body.gdpr-infobar-visible {
  position: relative;
}
body.gdpr-infobar-visible::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 9980;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  z-index: 9990;
}
@media (max-width: 576px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 60px;
  }
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  order: 2 !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-reject-btn {
  order: 1 !important;
}
@media (max-width: 576px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    position: absolute;
    top: 30px;
    right: 10px;
  }
}
.gdpr_lightbox {
  z-index: 99970;
}
.grecaptcha-badge {
  visibility: hidden;
}
.rgpd__block {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rgpd__block .rgpd__title {
  font-weight: 700;
}
.rgpd__block .rgpd__content {
  height: 120px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rgpd__block .rgpd__content::-webkit-scrollbar {
  display: none;
}
.rgpd__block .rgpd__content > p, .rgpd__block .rgpd__content ul {
  font-size: 1.4rem;
}
/****************************************************************************/
/* TITRES, LIENS et TEXTES
/****************************************************************************/
body {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1.6rem;
}
p {
  font-size: 1.6rem;
}
img, iframe {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: none;
}
h1 {
  font-size: 7rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #122830;
  font-weight: 300;
  line-height: 170%;
}
h1 strong {
  display: block;
  font-size: 14rem;
  font-weight: 700;
}
h2 {
  font-size: 3rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
ul li {
  list-style-type: none;
}
a, button, input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, button:hover, input[type=submit]:hover {
  text-decoration: none;
}
a:focus-visible, button:focus-visible, input[type=submit]:focus-visible {
  box-shadow: none;
}
.btn {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 0;
}
.btn.bg-orange {
  border: 2px solid #E46222;
}
.btn.bg-orange:hover {
  color: #E46222;
  background-color: #FFFFFF;
}
.btn.bg-black {
  border: 2px solid #122830;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn.bg-black:hover {
  background-color: #FFFFFF;
  color: #122830;
}
.page-content p, .page-content li {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.7rem;
  color: #122830;
  line-height: 150%;
}
.page-content .heading h1.wp-block-heading {
  position: relative;
  line-height: 170%;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #122830;
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 300;
}
.page-content .heading h1.wp-block-heading strong {
  display: block;
  font-weight: 700;
  font-size: 14rem;
}
.page-content .heading h1.wp-block-heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 180px;
  background: #94c11a;
  background: linear-gradient(90deg, #94c11a 0%, #265297 33%, #ad0e23 66%, #e46222 100%);
  content: "";
}
.page-content .heading h2 {
  position: relative;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #122830;
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 130%;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.page-content .heading h2 strong {
  display: block;
  font-weight: 700;
  font-size: 11rem;
}
.page-content .heading h2 em {
  text-transform: initial;
  font-style: normal;
  font-weight: 500;
  font-size: 2.7rem;
  display: block;
  line-height: 110%;
}
.page-content .heading h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 180px;
  background: #94c11a;
  background: linear-gradient(90deg, #94c11a 0%, #265297 33%, #ad0e23 66%, #e46222 100%);
  content: "";
}
/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
.nav_bar .baseline {
  position: relative;
  bottom: -7px;
  display: inline-block;
  padding-left: 20px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
}
.nav_bar .baseline span {
  display: block;
}
.nav_bar .baseline span.main {
  font-size: 2.2rem;
  font-weight: 700;
}
.language_switcher {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.language_switcher .menu {
  position: absolute;
  right: 0;
  top: 0;
}
.language_switcher .menu li {
  /*display: none;*/
}
.language_switcher .menu li a {
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  padding-right: 30px;
}
.language_switcher .menu li a:hover {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline;
}
.language_switcher .menu li.wpml-ls-current-language a:after {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  height: 15px;
  width: 15px;
  font-size: 2rem;
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.language_switcher .menu li.wpml-ls-current-language.focused a:after {
  transform: rotate(90deg);
  /*transform-origin: top left;*/
}
.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb * {
  font-size: 0.9rem;
}
.rank-math-breadcrumb span.last {
  font-weight: bold;
}
/****************************************************************************/
/* BLOC MAP
/****************************************************************************/
.map_part .bloc {
  padding: 10px 25px;
  position: relative;
  z-index: 99;
  flex: 1;
}
.map_part .bloc .bloc_content {
  position: relative;
  border-radius: 10px;
  padding: 30px 15px 30px 15px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  min-width: 235px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  overflow: hidden;
  transition: all 0.2s ease;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.map_part .bloc .bloc_content .img-fluid {
  max-height: 216px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: auto;
}
.map_part .bloc .bloc_content p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
.map_part .bloc .bloc_content .bloc_content_main {
  position: relative;
  height: 100%;
  transition: all 0.2s ease;
  z-index: 0;
}
.map_part .bloc .bloc_content .bloc_content_second {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.2s ease;
}
.map_part .bloc .bloc_content:hover .img-fluid {
  max-height: 157px;
}
.map_part .bloc .bloc_content:hover p {
  font-weight: bold;
}
.map_part .bloc .bloc_content:hover .bloc_content_second {
  bottom: 30px;
}
.map_part .map_container {
  position: relative;
  top: -150px;
  z-index: 3;
}
.imp-tooltips-container .imp-tooltip {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.imp-tooltips-container .imp-tooltip .imp-tooltip-content a.link {
  border-bottom: 2px solid #122830;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  line-height: initial !important;
  height: auto !important;
  font-weight: 500 !important;
}
/****************************************************************************/
/* BLOC CHIFFRES CLES
/****************************************************************************/
/****************************************************************************/
/* HOMEPAGE
/****************************************************************************/
.home .header .nav_bar_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.home .header .video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.home .header .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .header .video-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
  display: none;
}
.home .page-content {
  padding-top: 100px;
}
.home .page-content .heading h1 {
  margin: 15px auto;
  max-width: 973px;
}
.home .page-content .paragraph {
  position: relative;
  margin: 0 auto;
  max-width: 973px;
  padding: 15px 0;
}
/****************************************************************************/
/* RECRUTEMENT
/****************************************************************************/
/****************************************************************************/
/* ACTUALITES
/****************************************************************************/
/****************************************************************************/
/* SLICK SLIDER
/****************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  padding-bottom: 40px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
.fixed_btn {
  position: fixed;
  top: 235px;
  right: 0;
  height: 72px;
  width: 72px;
  background-color: #E46222;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(228, 98, 34, 0.7);
  box-shadow: 0px 0px 15px 0px rgba(228, 98, 34, 0.7);
  transition: all 0.2s ease;
  z-index: 11;
}
.fixed_btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.63' height='23.63' viewBox='0 0 23.63 23.63'%3E%3Cpath id='Icon_awesome-envelope-open' data-name='Icon awesome-envelope-open' d='M23.63,21.414a2.215,2.215,0,0,1-2.215,2.215H2.215A2.215,2.215,0,0,1,0,21.414V9.264A2.215,2.215,0,0,1,.849,7.52c1.15-.9,2.1-1.632,7.578-5.608C9.2,1.346,10.744-.016,11.815,0c1.071-.016,2.612,1.346,3.388,1.912,5.478,3.975,6.429,4.707,7.578,5.608a2.215,2.215,0,0,1,.849,1.743ZM20.6,12.341a.369.369,0,0,0-.523-.088c-1.054.779-2.56,1.879-4.873,3.557-.777.566-2.317,1.928-3.388,1.912-1.071.016-2.61-1.345-3.388-1.912-2.313-1.679-3.818-2.779-4.873-3.557a.369.369,0,0,0-.523.088l-.419.609a.369.369,0,0,0,.085.506c1.056.78,2.559,1.878,4.86,3.548.936.682,2.609,2.207,4.258,2.2,1.649.011,3.321-1.512,4.258-2.2,2.3-1.67,3.8-2.768,4.86-3.548a.369.369,0,0,0,.085-.506l-.419-.609Z' transform='translate(0 0)' fill='%23fafafa'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.fixed_btn:hover {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(228, 98, 34, 0.7);
  box-shadow: inset 0px 0px 15px 0px rgba(228, 98, 34, 0.7);
}
.underlined {
  position: relative;
  padding-bottom: 25px !important;
}
.underlined:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 230px;
  background: #94c11a;
  background: linear-gradient(90deg, #94c11a 0%, #265297 33%, #ad0e23 66%, #e46222 100%);
  content: "";
}
.footer .h2 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 300;
}
.footer .h2 a {
  display: inline-block;
  margin-left: 5px;
}
.footer .list-inline-item a:hover {
  color: #E46222;
}
/****************************************************************************/
/* FORMS
/****************************************************************************/
.wp-block-contact-form-7-contact-form-selector .wpcf7 form .row + .row {
  margin-top: 30px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group input, .wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group textarea, .wp-block-contact-form-7-contact-form-selector .wpcf7 form .form-group select {
  background: #FFFFFF;
  border: 1px solid #122830;
  color: #122830;
  padding: 10px;
  border-radius: 0;
}
/****************************************************************************/
/* MAPS
/****************************************************************************/
#map {
  position: relative;
  height: 500px;
  width: 100%;
}
#map .marker {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.5);
}
#contactModal {
  /*transform: translateX(25%);*/
}
#contactModal .modal-dialog {
  max-width: 512px;
  margin-right: 75px;
}
#contactModal .modal-content {
  padding: 50px;
  border-radius: 0;
}
#contactModal .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 20px;
}
#contactModal .modal-content .modal-header #contactModalLabel {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem !important;
  color: #122830;
  padding-bottom: 4px !important;
}
#contactModal .modal-content .modal-header #contactModalLabel:after {
  left: 0;
  transform: translateX(0);
  height: 3px;
  width: 58px;
}
#contactModal .modal-content .modal-footer {
  border: 0;
  padding: 0;
}
.wpcf7-form .form-group label {
  display: none;
}
.wpcf7-form .form-group.textarea-group label {
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.5rem;
  color: #122830;
  font-weight: 400;
}
.wpcf7-form .form-group.textarea-group p {
  margin-bottom: 5px;
}
.wpcf7-form .form-group.textarea-group p small {
  font-size: 1.2rem;
}
.wpcf7-form .form-group .form-control {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.5rem;
  color: #122830;
  font-weight: 400;
  padding: 6px 6px 6px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #122830;
  transition: all 0.2s ease;
}
.wpcf7-form .form-group .form-control.wpcf7-textarea {
  padding: 10px;
  border: 1px solid #122830;
}
.wpcf7-form .form-group .form-control:focus, .wpcf7-form .form-group .form-control:focus-visible {
  box-shadow: 0 0 0 0;
  border: 1px solid #265298;
  padding-left: 6px;
}
.wpcf7-form .form-group .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  display: block;
  padding-top: 5px;
}
.wpcf7-form .codedropz-upload-handler {
  border: 1px solid #122830;
  border-radius: 0;
}
.wpcf7-form .codedropz-upload-handler .codedropz-upload-inner span, .wpcf7-form .codedropz-upload-handler .codedropz-upload-inner a {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.2rem;
  color: #122830;
  font-weight: 400;
  display: inline-block;
  padding: 0 2px;
}
.wpcf7-form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
}
.wpcf7-form .rgpd__block {
  border: 0;
  padding: 0 !important;
}
.wpcf7-form .rgpd__block .rgpd__title {
  font-size: 1.3rem;
}
.wpcf7-form .rgpd__block .rgpd__content {
  height: 67px;
}
.wpcf7-form .rgpd__block .rgpd__content > p, .wpcf7-form .rgpd__block .rgpd__content ul li, .wpcf7-form .rgpd__block .rgpd__content a {
  font-size: 1.3rem;
}
/*PAGES TYPE*/
body:not(.home) .language_switcher {
  top: 15px;
  transform: translateY(0%);
}
body:not(.home) h1.underlined {
  line-height: 110%;
  margin: 30px 0;
  font-size: 6rem;
}
body:not(.home) .page-content .heading h2 {
  text-align: left;
  font-size: 3rem;
  margin-top: 30px;
}
body:not(.home) .page-content .heading h2:after {
  left: 0;
  transform: translateX(0);
}
body:not(.home) .page-content .heading h3 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 2.6rem;
  color: #265298;
  margin-top: 20px;
}
body:not(.home) .page-content .paragraph, body:not(.home) .page-content .heading, body:not(.home) .page-content .list {
  max-width: 992px;
  margin: 0 auto;
}
body:not(.home) .page-content .list ul {
  padding-left: 0;
}
body:not(.home) .page-content .list ul li {
  padding-left: 20px;
  position: relative;
}
body:not(.home) .page-content .list ul li:before {
  position: absolute;
  top: 10px;
  left: 3px;
  height: 6px;
  width: 6px;
  content: "";
  background-color: #E46222;
}
/*MEDIA QUERIES*/
@media (max-width: 1200.02px) {
  .header > .container {
    max-width: 96%;
  }
  .page-content .heading h2 {
    font-size: 5rem;
    line-height: 140%;
  }
}
@media (max-width: 992.02px) {
  .page-content .heading h1.wp-block-heading {
    font-size: 5rem;
  }
  .page-content .heading h1.wp-block-heading strong {
    font-size: 10rem;
  }
  .page-content .heading h2 {
    font-size: 4.5rem;
  }
  .page-content .heading h2 strong {
    font-size: 9rem;
  }
  .map_part .map_container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    margin-top: 0;
    top: -75px;
  }
}
@media (max-width: 768.02px) {
  .home .header .video-container {
    height: 400px;
  }
  .nav_bar .baseline {
    font-size: 1.3rem;
  }
  .nav_bar .baseline span.main {
    font-size: 1.6rem;
  }
  .language_switcher {
    top: 20%;
  }
  .page-content .heading h1.wp-block-heading {
    font-size: 4rem;
  }
  .page-content .heading h1.wp-block-heading strong {
    font-size: 8rem;
  }
  .page-content .heading h2 {
    font-size: 3.5rem;
  }
  .page-content .heading h2 strong {
    font-size: 7rem;
  }
  .map_part .bloc {
    padding: 5px;
    max-width: 330px;
    margin: 10px auto;
  }
  .footer .h2 {
    font-size: 3rem;
  }
  .map_part .map_container {
    top: 0;
  }
  #contactModal .modal-content {
    padding: 25px;
  }
  #contactModal .modal-dialog {
    max-width: inherit;
    margin-right: 5px;
  }
}
@media (max-width: 576.02px) {
  .navbar-brand .img-fluid {
    max-width: 110px;
  }
  .nav_bar .baseline {
    display: block;
    padding: 15px 0 0 0;
    font-size: 1.3rem;
  }
  .nav_bar .baseline span.main {
    font-size: 1.6rem;
  }
  .fixed_btn {
    height: 50px;
    width: 50px;
    bottom: 0;
    top: inherit;
  }
  .fixed_btn .icon {
    height: 18px;
    width: 18px;
    background-size: 100%;
  }
  .page-content .paragraph {
    padding: 15px !important;
  }
  .heading {
    padding: 15px !important;
  }
  .page-content .heading h1.wp-block-heading {
    font-size: 4rem;
  }
  .page-content .heading h1.wp-block-heading strong {
    font-size: 8rem;
  }
  .page-content .heading h2 {
    font-size: 2.2rem;
    line-height: 150%;
  }
  .page-content .heading h2 strong {
    font-size: 5rem;
  }
  .page-content .heading h2 em {
    font-size: 2.2rem;
  }
}
