@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

body {margin-left: 300px;}
p {text-align: justify;}

.portfolio-area.style-2 .contant h2 {font-size: 20px;}
.portfolio-area.style-2 .contant h5 {font-size: 12px;}
.portfolio-area.style-2 .contant p {font-size: 14px; line-height: 23px;}

.service-details .content img {margin-bottom: 40px;}

.contact-section .contact-box {margin-top: 30px;}
.contact-section .text-box a:hover {color: #000;}
 
.menu-min {width: 300px; font-family: 'Vidaloka', serif; /*background-color: white; background-image: -webkit-linear-gradient(285deg, white 210px, #943534 0%);*/}
.menu-min-hide-btn {left: 10px; right: inherit;}


/* SPECIFIC INDEX */
.not-home .logo-box2 {display: none; text-align: center; margin: 20px 0;  margin: 20px;}
.not-home .logo-box2 img {width: 100%; max-width: 400px;}

.service-details-sidebar .presentation-box .presentation-item p {font-size: 14px;}

.inner-area.transition-ecologique {background-image: url('../images/header-title/sustainable-development-4136756_1920.jpg');}
.inner-area.recherche {background-image: url('../images/header-title/banner-982162_1920.jpg');}
.inner-area.header-title {padding: 96px 0;}
.inner-area.header-title p {text-align: center;}
.inner-area h4 {font-size: 42px;}

.contact-box {margin-bottom: 40px;}
.service-details-sidebar {padding-right: 15px; padding-left: 15px;}
.service-details-section {padding: 30px 0;}
.portfolio-sec {padding: 40px 0 40px;}    
.section-title.center-style {margin: 0 auto 30px;}

/* HOME */
.home {margin-left: 0; margin-left: 420px;}
.home .menu-min {width: 420px; padding-top: 20px; overflow-y: auto;}
.home .logo-box {text-align: center; margin: 20px 0; padding-bottom: 30px;}
.home .logo-box img {width: 100%; max-width: 400px;}
.home .blog-sec {padding-top: 0;}
.home .blog-wrapper .blog-post .content h4 {border: none; min-height: 60px; text-align: center; margin: 0; padding: 0;}
.home .service-details-sidebar {padding: 0;}
.home .service-details .thumb {margin-bottom: 0;}
.home .service-details-sidebar {margin-top: 30px;}
.home .service-details-sidebar .presentation-box .presentation-item {border: none; padding: 0;}
.home .service-details-sidebar .presentation-box .presentation-item h4 {}
.home .service-details-sidebar .presentation-box .presentation-item p {font-size: 14px; line-height: 20px;}
.home .service-details-sidebar .contact-box .contact-item {border: none; padding: 0;}
.home .service-details-sidebar .contact-box a {color: #a2a2a2;}
.home .service-details-sidebar .contact-box a:hover {color: #fff;}

.banner-container { left: inherit; top: inherit; transform:none; z-index: 10; position: relative; padding: 0 100px;}
.banner-container .section-title { margin: 100px 0;}
.banner-container .specifics-sections {text-align: center; max-width: 900px; margin: 0 auto; padding: 0;}
.banner-container .specifics-sections a {display: block; background: #fff; color: #000; min-height: 100px; vertical-align: middle; cursor: pointer; opacity: 0.8; padding: 30px; margin-bottom: 50px;}
.banner-container .specifics-sections h2 {
    font-weight: 900;
    font-size: 30px;
    text-transform: none;
    position: relative;
}

.banner-container .specifics-sections h2 span {
    -webkit-text-stroke-width: 1px;
    transform: translateY(-35%);
    margin-left: 12%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    margin-top: 4%;
}

.sec-bg-images { position: absolute; top: 0; right: 0; height: 100%; width: 100%;}

/* RESPONSIVE */ 
@media (max-width: 991px) {
  .service-details-sidebar {padding-right: 0; padding-left: 0;}  
  .home .service-details-sidebar {margin-top: 0;}
  .service-details-section {padding: 60px 0 40px 0;}
  .inner-area h4 {font-size: 43px;}
}
@media (min-width: 200px) {
  .container {max-width: 100%;}
}
@media (min-width: 1200px) {
  .max-section .container {max-width: 1200px;}
}
@media (max-width: 1199px) {
  .burger, .menu-min-hide-btn {display: inline-block;}
  .menu-min {transform: translateX(-100%);}
	.menu-min.category-on {transform: translateX(0%);}
  .home .menu-min {width: 360px; padding-top: 40px;}
  body {margin-left: 0;}
  .home {margin-left: 0;}
  .not-home .logo-box2 {display: block;}
  .banner-container { padding: 0 30px;}
}
@media (max-width: 700px)
{
  .home .menu-min, .not-home .menu-min {width: 100%;}
  .portfolio-area.style-2::after {width: 100%;}  
  .inner-area h4 {font-size: 33px;}


  .banner-container .section-title {margin: 70px 0 50px;}
  .banner-container .section-title  h2{ font-size: 28px;}
  .banner-container .specifics-sections h2 {
      font-size: 24px;
  }


}