/*
 Theme Name:     WP Bootstrap 4 Child
 Description:    WP Bootstrap 4 Child Theme
 Author:         TwoPoints
 Version:        1.0.9
 Template:       wp-bootstrap-4

*/


/* Theme customization starts here */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');

@font-face {
  font-family: 'Charter';
  src: url('fonts/Charter-BoldItalic.eot');
  src: url('fonts/Charter-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('fonts/Charter-BoldItalic.woff2') format('woff2'),
  url('fonts/Charter-BoldItalic.woff') format('woff'),
  url('fonts/Charter-BoldItalic.ttf') format('truetype'),
  url('fonts/Charter-BoldItalic.svg#Charter-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Charter';
  src: url('fonts/Charter-Italic.eot');
  src: url('fonts/Charter-Italic.eot?#iefix') format('embedded-opentype'),
  url('fonts/Charter-Italic.woff2') format('woff2'),
  url('fonts/Charter-Italic.woff') format('woff'),
  url('fonts/Charter-Italic.ttf') format('truetype'),
  url('fonts/Charter-Italic.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Charter';
  src: url('fonts/Charter.eot');
  src: url('fonts/Charter.eot?#iefix') format('embedded-opentype'),
  url('fonts/Charter.woff2') format('woff2'),
  url('fonts/Charter.woff') format('woff'),
  url('fonts/Charter.ttf') format('truetype'),
  url('fonts/Charter.svg#Charter') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Charter';
  src: url('fonts/Charter-Bold.eot');
  src: url('fonts/Charter-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Charter-Bold.woff2') format('woff2'),
  url('fonts/Charter-Bold.woff') format('woff'),
  url('fonts/Charter-Bold.ttf') format('truetype'),
  url('fonts/Charter-Bold.svg#Charter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Mulish', sans-serif;
  color:#1b1b1b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
body.home{
  background-color: #f8f8f8;
}
h1,
h2,
h3,
h4,
h5,
a,
a:hover,
a:focus {
  font-family: 'Yeseva One', cursive;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.row {
  margin: 0;
  padding: 0;
}
header {
  border: 0 !important;
}
.navbar {
  padding: 0;
}
.vc_row {
  margin: 0 !important;
}
.vc_column_container>.vc_column-inner {
  padding: 0 !important;
}
.wpb_content_element {
  margin: 0 !important;
  overflow: hidden;
}
.row_top {
  margin: 0 auto !important;
  width: 100%;
}
.entry-content {
  margin-top: 0;
}
.row_top {
  display: flex;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
.menu_right {
  text-align: left;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  opacity: 1;
  font-weight: 400;
  font-size: 13px;
  padding-left: 1px;
  padding-right: 1px;
}
.navbar-dark .navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row-fluid {
  padding: 0 10px !important;
}
.navbar-collapse {
  flex-direction: column-reverse;
  align-items: flex-end;
}
a.skip-link {
  display: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
  opacity: 0.8;
}  ::-webkit-scrollbar {
     width: 10px;
   }

::-webkit-scrollbar-thumb {
  background: #8e4b39;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}
.part_desk {
  padding: 38px 0;
}
.current-menu-item .nav-link,
.navbar-nav .nav-link:hover {
  color: #8E4B39 !important;
  opacity: 1 !important;
  border-bottom:1px solid #8e4b39;
  padding-bottom: 5px;
}
.navbar-nav .nav-link {
  border-bottom:1px solid rgb(142 75 57 / 0%)00;
}
.menu {
  padding-top: 5px;
}
.part_mob {
  display: none;
}

@media (max-width: 1200px){
  .part_desk {
    display: none;
  }
  .part_mob {
    display: block;
    padding: 30px 0;
  }
  ul#menu-menu12{
    width: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 15px #0c0c0c47;
    padding: 15px 20px;
  }
  div#primary-menu-wrap {
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 99;
  }
  .navbar-dark .navbar-toggler {
    background-color: #8E4B39;
  }
  .navbar-dark .navbar-nav li {
    min-height: 32px;
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    display: inline-block;
  }
}
button.navbar-toggler {
  margin-left: auto;
  outline: none !important;
  border: none !important;
}
.menu.menu_mob {
  padding-top: 2px;
}


.box {
  max-width: 1320px;
  margin: 0 auto !important;
}
.box h2 {
  font-size: 24px;
  margin-bottom: 22px;
  color: #000;
}
.box.box1 {
  max-width: 1410px;
}

.box img {
  max-width: 100%;
  /* width: 100%; */
}

.txt_top {
  -webkit-transform: translate(-50%,-32%);
  transform: translate(-50%,-32%);
  position: absolute;
  top: 29%;
  left: 50%;
  background-color: rgb(255 255 255 / 95%);
  max-width: 582px;
  width: 100%;
  padding: 25px;
  text-align: center;
}

.txt_top h2 {
  color: #8E4B39;
  font-size: 20px;
  margin-bottom: 10px;
}

.txt_top h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  line-height: 1.8;
}
.txt_top1 {
  -webkit-transform: translate(-50%,-74%);
  transform: translate(-50%,-58%);
  position: absolute;
  top: 58%;
  left: 50%;
  background-color: rgb(255 255 255 / 95%);
  max-width: 582px;
  width: 100%;
  padding: 25px;
  text-align: center;
}

.txt_top1 h2 {
  color: #8E4B39;
  font-size: 16px;
  margin-bottom: 10px;
}

.img_fl_top {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

.img_sty {
  margin: 10px auto;
}

.btn_back {
  text-align: center;
  padding-top: 50px;
}

.box2 {
  padding-top: 60px !important;
}

.box_home {
  margin-bottom: 6vw;
}
.box p {
  text-align: justify;
}

.txt_home {
  max-width: 520px;
}

.link_model a {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  background-color: #8E4C39;
  color: #fff;
  font-weight: 400;
}

.box3,.box4 {
  margin-top: 5vw !important;
}

.box3 h2,.box4 h2 {
  margin-bottom: 52px !important;
}
.vc-gitem-zone-height-mode-auto:before{
  padding-top: 220px !important;
}
.vc_gitem-zone .vc-zone-link {
  max-height: 220px !important;
}
.vc_gitem-zone {
  background-size: cover !important;
}
.vc_grid-item-mini {
  max-width: 380px;
  margin: 0 auto;
}
.entry-content .box8 {
  max-width: 1250px;
  padding-top: 18px;
  overflow: hidden;
}
.vc_gitem-zone.vc_gitem-zone-c {
  background-color: #fff !important;
  padding: 15px 24px;
  padding-top: 25px;
  padding-bottom: 0;
}
.vc_gitem-zone-mini {
  background-color: #fff !important;
  position: relative;
}
.vc_gitem-post-data h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-weight: 400;
}
.vc_gitem-post-data {
  margin-bottom: 10px;
}
.vc_gitem-post-data p {
  font-size: 14px;
  line-height: 1.6;
  height: 70px;
  overflow: hidden;
  font-weight: 300;
  color: #000;
}
.vc_gitem_row .vc_gitem-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
  font-size: 0;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 0;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  padding-left: 0;
  padding-top: 0;
}
.vc_btn3-container.vc_btn3-left {
  text-align: right !important;
  margin-top: 25px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
  color:#8E4B39;
}
.vc_grid-item-mini {
  padding: 15px 0;
  padding-top: 0;
}
.vc_btn3-container.vc_btn3-left {
  text-align: left!important;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.vc_gitem-zone {
  overflow: visible !important;
}

.t_adresse {
  font-size: 12px;
  color: #afafaf;
  font-family: 'Charter';
  font-weight: bold;
  position: absolute;
  top: -10px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:before {
  content: "Lire l'article";
  font-size: 14px;
}
.box3 .link_model {
  text-align: center;
}

.box4 .vc_col-sm-5,.box4 .vc_col-sm-7 {
  padding: 0 25px;
  margin-bottom: 45px;
}

.box.box4 {
  max-width: 1350px;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
  border: 1px solid #8E4B39;
  font-size: 16px;
  padding: 10px;
  background-color: transparent;
  width: 100%;
}

.elem1,.elem2 {
  margin-bottom: 15px;
  max-width: 349px;
  padding-right: 10px;
}

.contact_form .d-md-flex {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.elem3 {
  padding-right: 10px;
}

.contact_form textarea {
  padding-top: 16px;
}

@media (min-width: 1200px){
  .contact_form textarea {
    max-height: 278px;
    height: 100% !important;
    min-height: 288px;
  }
}

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}

.elem5 {
  margin-top: 15px;
}

.contact_form  input[type="checkbox"] {
  border: 1px solid #8E4B39 !important;
  width: 18px !important;
  height: 18px;
  border-color: #8E4B39 !important;
}

.contact_form h4,.contact_form h4 a {
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}

.contact_form h4 a {
  color: #8E4B39;
}

.box4 input[type="submit"] {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  background-color: #8E4C39;
  color: #fff;
  font-weight: 400;
  border: none;
  font-family: 'Yeseva One', cursive;
}

.box4 input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

footer {
  background-color: #222;
  margin-top: 60px;
}

.content_footer1 .container {
  max-width: 960px;
}
.content_footer2 .container {
  max-width: 940px;
}

a.nav-footer {
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
}

.content_footer1 {
  padding: 13px 0;
  border-bottom: 1px solid #979797;
}


.content_footer2 {
  padding: 35px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

footer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 23px;
}
.content_footer2 .col-md-4.pl-md-0 a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Mulish', sans-serif;
  display: block;
  text-decoration: underline;
  margin-top: 15px;
}
.content_footer2  a {
  margin-right: 10px;
}
.content_footer3 {
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 12px;
}
footer h3 {
  margin-top: 10px;
}
.box.boxt1 {
  max-width: 1460px;
}
.txt_top_interne {
  background-image: url(img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.txt_top_interne h2 {
  padding: 55px 10px;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.txt_top_interne1 {
  border: 3px solid #8e4b39;
  padding: 10px;
  margin-bottom: 0px !important;
}
.txt_top_interne1 h4 {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
  padding-left: 65px;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  background-image: url(img/bg_18.png);
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 42px;
  padding-top: 3px;
}
.boxt2 h2 {
  color: #8E4C39;
}
.boxt2 {
  margin-bottom: 5vw !important;
}

.box_noir .txt_top_interne {
  /*background-image: none;*/
  /*background-color: #000;*/
  text-transform: uppercase;
}
.box_ac1 {
  margin-top: 100px !important;

}

.content_footer1 .row {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
}
@media (min-width: 992px) {

  .img_destop:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    background-image: url(img/bg_befor_top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 1;
  }
  .img_destop:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 110px;
    right: 18px;
    background-image: url(img/laposte.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 1;
    max-width: 163px;
    max-height: 120px;
  }
    
  .box_home:first-child img  {
    margin-top: 45px !important;
  }

  .content_footer1 .row {
    justify-content: space-between!important;
  }
.box_ac1 .vc_gitem-zone.vc_gitem-zone-c{
  float: left;
  width:33%;
  min-height: 137px;
}
.box_ac1 .vc_gitem-animated-block {
  float: left;
  width: 67%;
}

.box_ac1 .vc_grid-item-mini {
  max-width: 1265px;
  max-height: 500px;
  position: relative;
}
.box_ac1 .vc_gitem-post-data p {
  height: 252px;
  line-height: 1.3;
  margin-top: 24px;
}
.box_ac1 .vc_gitem-zone .vc-zone-link {
  max-height: 100% !important;
}
.box_ac1 .vc-gitem-zone-height-mode-auto:before {
  padding-top: 458px !important;
}
.box_ac1 .vc_btn3-container.vc_btn3-left {
  margin-top: 30px !important;
  margin-bottom: 20px;
}

}
.box_ac1 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:before{
  content:'Continuer de lire' !important;
}
.box_ac2 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  background-color: #8E4C39;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  margin-bottom: 50px;
}

.box_ac1 .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc_gitem-is-link:after {
  content: 'À la une';
  position: absolute;
  font-family: 'Yeseva One', cursive;
  font-size: 18px;
  padding: 14px 27px;
  background-color: #fff;
  top: 40px;
}

.box_ac2 .vc_gitem-post-data p {
  height: 86px;
}
a.custom-logo-link h1 {
  font-size: 24px;
  color: #000;
  border-top: 1px solid #8e4b39;
  display: inline-block;
  border-bottom: 1px solid #8e4b39;
  margin-top: 5px;
  line-height: 38px;
}
a.custom-logo-link img {
  display:none;
}
.single .container {
  /*max-width: 1300px;*/
}
.single h1.entry-title.card-title.h2 {
  font-size: 24px;
  margin-bottom: 17px;
  font-family: 'Yeseva One', cursive;
  color: #000;
  margin-top: 40px;
  text-transform: uppercase;
}
.single .text-muted,.text-muted a {
  font-size: 18px;
  font-family: 'Yeseva One', cursive;
  color: #6c757d;
}
.single .blog1 {
  margin-top: 30px;
}
.single .wpb_wrapper p {
  padding: 14px;
  padding-left:0;
  padding-top: 25px;
  line-height: 1.4;
  text-align: justify;
}
.single .vc_row.wpb_row.vc_row-fluid {
  padding-left: 0 !important;
}

.single .post-thumbnail img {
  max-width: 100%;
}

.bg_map {
  background-image: url("img/bg_map.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 45px;
  margin-bottom: 80px !important;
  max-width: 1321px !important;
}
.box_contact .vc_col-sm-7 {
  padding-right: 0 !important;
}
.box_contact .vc_row {
  padding-right: 0 !important;
}
.box_contact .vc_col-sm-5 {
  padding-top: 47px;
}
.box_contact .contact_form input[type="text"],
.box_contact .contact_form input[type="email"],
.box_contact .contact_form textarea {
  border-color: #000;
}
.box_contact .elem1,
.box_contact .elem2 {
  max-width: 369px;
}
@media (max-width: 1200px) {
  .box2 .justify-content-md-start {
    padding-right: 20px !important;
  }
  .box2 .justify-content-md-end {
    padding-left: 20px !important;
  }
}

@media (max-width: 768px) {
  .link_model,.box h2 {
    text-align: center;
  }
  .content_footer1 .row {
    align-items: center;
    justify-content: center;
  }
  .box2 .justify-content-md-start {
    padding-right: 0px !important;
  }
  .box2 .justify-content-md-end {
    padding-left: 0px !important;
  }
  .link_model a {
    margin-bottom:35px !important;
  }
  .boxt2 img {
     margin-top: 25px;
   }
  .box h2,
  a.custom-logo-link h1 {
    font-size: 20px !important;
  }
  .bg_map {
    padding: 20px;
  }
  .txt_top_interne h2 {
    font-size: 35px !important;
  }
  .box_home:first-child img {
    margin-top: 35px;
  }
  h2.bg_logo,
  h2.bg_logo1 {
    text-align: left !important;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {

  a.custom-logo-link h1 {
    font-size: 14px !important;
  }
}
.page-id-157 .txt_top_interne1 h4 {
  max-width: 750px !important;
}
.page-id-113 .box_home:nth-child(3) .txt_home p {
  text-align: left;
}
.page-id-113 .box_home:nth-child(3) .txt_home  {
  max-width: 560px;
}
a.me_l {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Mulish', sans-serif;
  display: block;
  text-decoration: underline;
  margin-top: 18px;
}
.txt_top h3 a {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  line-height: 1.8;
  color: #1b1b1b;
}

.txt_top h4 {
  font-size: 14px;
  margin-top: 14px;
  color: #000;
}
.txt_top h3 {
  font-size: 16px;
  line-height: 1.3;
}
.box1 p,
.txt_top p {
  margin: 0 !important;
}

.home .txt_top a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  line-height: 1.3;
  color: #1b1b1b;
}


.home .txt_top .local_right {
  padding-right: 27px;
  background-image: url(img/iclocal.png);
  background-position: right center;
  background-size: 15px;
  text-align: right;
}
.localtel {
  display: flex;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.home .txt_top .local_right {
  max-width: 212px;
}

@media (max-width: 480px) {
.localtel {
  display: flex;
  -webkit-box-pack: initial;
  -ms-flex-pack: justify!important;
  justify-content: initial;
  flex-direction: column;
}
}
.txt_top h2 strong {
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
}
.box_img_abs_img img {
  max-height: 100%;
}
.box_img_abs_img {
  text-align: center;
  padding: 20px 5px;
  margin: 0;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1400px){
  .txt_top {
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    top: 20%;
  }
}
@media (max-width: 480px){
  .txt_top {
    top: 0;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }

}

.box_img_abs_left {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_img_abs_global {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(img/bg_bottom.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .box_img_abs_global{
    position: relative;
  }
}


@media (min-width: 1200px) and (max-width: 1330px) {
a.custom-logo-link h1 {
  font-size: 17px;
  margin-left: 30px;
}
  .navbar-dark .navbar-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-dark .navbar-nav li a {
    font-size: 12px !important;
  }
}

@media (max-width: 1200px) {
  .txt_top {
    transform: translate(-50%,-7%);
    top: 6%;
  }

  .txt_top1 {
    transform: translate(-50%,-50%);
    top: 50%;
  }
}


@media (max-width: 768px) {
  .img_home {
    margin-bottom: 20px;
  }
  .box_home:first-child img {
    margin-top: 0;
  }
  .boxt2 img {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .bg_map {
    padding: 0;
    background: none;
    margin-bottom: 0px !important;
  }
  .box h2 {
    text-align: left;
  }
  .txt_top_interne h2 {
    text-align: center !important;
  }
  .box h2 {
    text-align: center;
  }
}

.img_sty img {
  max-width: 110px;
}
h2.bg_logo {
  background-image: url(img/bg_logo.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 145px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 220px;
}
h2.bg_logo1 {
  /*background-image: url(img/bg_logo1.png);*/
  /*background-position: center right;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 55px;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 55px;
}

@media (min-width: 992px) {
.box_img_abs_img:last-child img {
  max-height: 52px;
  height: 100%;
}
}

@media (max-width: 1200px) {
.navbar-dark .navbar-toggler {
  background-image: url(img/bg_menu_mob.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
}
@media (max-width: 992px){
  .img_destop img {
    display: none;
  }
  .img_destop{
    min-height: 640px;
    background-image: url(img/i101.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
    .carousel.slide {
        display: none;
    }
}


@media (max-width: 768px){
.box.box1 {
  padding: 0 !important;
}
.box h2 {
  font-size: 17px !important;
}

.txt_top .col-md-6:first-child h4{
  margin-top: 5px;
}

.home .txt_top a,
.txt_top h3 {
  font-size: 14px;
}

.img_sty {
  flex: 0 0 25%;
  max-width: 25%;
}

.img_sty img {
  max-width: 100%;
  padding: 0 11px;
}

.txt_top {
  transform: translate(-50%,6%);
  top: 6%;
}

.txt_top1 {
  transform: translate(-50%,-49%);
  top: 49%;
}

.img_destop {
  min-height: 530px;
}

.txt_top1,.txt_top {
  max-width: 92%;
}
}


h2.bg_logo1:before {
  background-image: url(https://drugstore.awebi-lab.com/wp-content/themes/wp-bootstrap-4-child/img/bg_logo1.png);
  background-position: top center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background-size: cover;
  right: 4vw;
  top: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  h2.bg_logo1:before {
    right: 0;
  }
}
@media (max-width: 768px) {
  h2.bg_logo1:before {
    right: 50px;
    top: -20px;
  }

  .txt_home.align-self-center {
    position: relative;
  }
}

@media (max-width: 480px) {
  h2.bg_logo1:before {
    right: 0px;
  }
  h2.bg_logo1 {
    padding-right: 110px;
  }
}

.carousel-item img {
    display: none !important;
}
.carousel-item img:first-child {
    display: block !important;
}
.box4.box_contact p a {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
}


@media (min-width: 992px){
  .box_img_abs_img {
    flex: 0 0 7.14% !important;
    max-width: 7.14% !important;
  }
}