/*-------------------------------------------------------------------------*/
/*	12.	Custom styles
/*-------------------------------------------------------------------------*/

::selection {
  background: rgba(178, 223, 224, 0.5);
  color: #a2a4aa;
}


.grecaptcha-badge{
  display: none !important;
}
body {
  background-color: $brand-white !important;
  padding: 0;
  h2:last-child, body h3:last-child {
    margin-bottom: 0;
  }
}

p, ul, li {
  color: #818184;
  font-family: $font-family-serif;
  font-size: 16px;
}

body .btn i {
  margin-left: 5px;
}

.btn {
  &:active, &:focus {
    @include box-shadow(none !important);
    outline: none !important;
  }
}

//------------------ Modal ------------------//
.modal-content {
  .modal-body li, p, span {
    font-family: $font-family-secondary !important;
  }
  a {
    color: #b2dfe0;
  }
  .close span {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

//------------------ Carousel ------------------//
.carousel-control {
  color: #000 !important;
  text-shadow: none !important;
}

.hide {
  display: none;

}

.content__p p {
  font-family: $font-family-serif;
  line-height: 2;
}

.content__p.serif {
  font-family: $font-family-serif;
  font-size: 16px;
}

.bg-grey-light {
  background: #F1F1F1;
}

#footer-outer {
  background: #9DA8AE !important;
  .widget_media_image {
    width: 50%;
  }
  .widget_text p {
    color: #fff !important;
  }
  .title.type-2 {
    margin-top: 100px;
    color: #fff !important;
  }
  .widget_custom_html {
    ul {
      padding: 0;
    }
  }
  a {
    font-family: $font-family-serif;
    font-size: 14px;
    color: #f1f1f1 !important;
  }
}

#footer-outer {
  #copyright {
    background: rgb(240, 240, 241);
    text-transform: uppercase;
    p, a {
      font-family: $font-family-sans-serif;
      font-size: 12px;
    }
    a {
      color: #111 !important;
      background-position: right;
      padding-right: 25px;
    }
  }
  .widget_media_image {
    max-width: 150px;
  }
}

.social-wrapper {
  a {
    color: $brand-green;
  }
}

#post-area.masonry {
  article.post {
    .post-content {
      height: 100%;
      width: 100%;
      .content-inner {
        height: 100%;
        width: 100%;
        img {
          max-width: initial !important;
        }
      }
    }
  }
}

.section__modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -250px;
  &::before {
    content: '';
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  img {
    margin: auto;
  }

  .modal-close {
    position: absolute;
    top: -40px;
    right: 170px;
    font-size: 20px;
  }
}

.carousel-inner img {
  width: 100%;
}

.modal-backdrop {
  display: none;
}

.modal-dialog {
  margin: 90px auto !important;
}

/*----------------------------------------*/
/*	12.0 General
/*----------------------------------------*/
//Poster
.section__poster {
  height: 500px;
  background-size: cover;
  background-position: top;
}

.section__poster .title {
  position: relative;
  margin-left: -60px;
}


@media screen and (max-width: $screen-md){
  .section__poster .title.type-2 {
    margin-top: 280px;
  }
}

@media screen and (min-width: $screen-md){
  .section__poster .title.type-2 {
    margin-top: 80px;
  }
}


.blog_next_prev_buttons {
  background: none;
  a {
    font-family: $font-family-sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: $brand-black !important;
    font-weight: 600;

  }
}

.blog_next_prev_buttons > .prev {
  text-align: left;
}

.blog_next_prev_buttons > .next {
  text-align: right;
}

//Titles

.title {
  color: $brand-black !important;
}

.title.type-1 {
  font-size: 60px !important;
  font-family: "Poppins", sans-serif !important;;

}

.title.type-2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: left;
  font-family: $font-family-sans-serif;
  font-weight: 500;
}

.title.type-3 {
  font-family: $font-family-sans-serif;
  font-size: 45px;
}

.title.type-4 {
  font-family: $font-family-serif;
  font-size: 24px;
}

.title.type-5 {
  font-family: $font-family-serif;
  font-size: 14px;
  font-weight: 800;
}

.title.type-6 {
  font-family: $font-family-sans-serif;
  font-size: 24px;
}

//Button

.button {
  font-family: $font-family-sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: $brand-black !important;
  font-weight: 600;
}

.button.type-1 {
  color: $brand-black;
  &::after {
    content: '';
    display: block;
    height: 1px;
    background: none;
    position: relative;
  }
  &:hover::after {
    background: $brand-black;
  }
  i {
    margin-left: 20px;
  }
}

.button.type-2 {
  color: $brand-green !important;
}

.button.type-2 > .fa-arrow-right:before {
  margin-left: 20px;
  font-weight: 400;
}

.button.type-3 {
  padding: 12px 20px;
  color: $brand-white !important;
}

.button.type-4 {
  position: absolute;
  border-radius: 0 !important;
  padding: 20px 60px 20px 60px !important;
}

.button.type-5 {
  width: 100%;
  color: $brand-grey !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  padding: 15px;
}

.button.type-6 {
  padding: 10px 40px;
  color: $brand-grey !important;
  border: 2px $brand-grey solid !important;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.content__quote p {
  font-family: $font-family-sans-serif;
  font-size: 24px;
  line-height: 32px;
}

// Cookies

@media screen and (max-width: $screen-md) {
  #row-cookie {
    .cookie-text {
      width: 100%;
    }
    .cookie-btn {
      width: 100%;
    }
  }
}

@media screen and (min-width: $screen-md) {
  #row-cookie {
    .cookie-text {
      width: 70%;
    }
    .cookie-btn {
      width: 30%;
    }
  }
}

// General
$pathLocal: "http://localhost:8080/victoria/hamdi/";
$pathStaging: "https://www.victoria-agency.ovh/hamdi/";
$pathProd: "https://www.profhamdi.com/";

$path: $pathProd;

// Navbar
.navbar-default .navbar-nav {
  > li {
    &.current-menu-item {
      a {
        font-weight: 700 !important;

      }
    }
    > a {
      color: $brand-black !important;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
  }
}

/*----------------------------------------*/
/*	12.1 Homepage
/*----------------------------------------*/

.section__poster {
  height: 620px;
  background-size: cover;
  background-position: top;
}

.section__home {
  padding-top: 100px;
}

.section__home__secondary {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section__home__secondary .content__p {
  max-width: 500px;
}

.section__home__secondary .content__quote p {
  color: #000 !important;
}

.section__home__secondary .content__listing p {
  color: #000 !important;
  margin-left: 40px;
  font-family: $font-family-sans-serif;
}

.section__home .section__poster .button {
  position: absolute;
  bottom: 0;
  left: -172px;
  border-radius: 0 !important;
  padding: 20px 91px 20px 30px !important;
  background: url('./img/icons/btn_play.png') no-repeat right $brand-green;
  background-size: contain;
}

.section__home__intervention {
  margin-left: 120px;
  padding-bottom: 50px;
  background: url('img/textures/bg-pink.png') no-repeat top right;
  background-size: 500px;
}

.section__home__intervention .title.type-1 {
  color: #FFF !important;
  margin-left: 50px;
}

.section__home__intervention .content__p {
  padding-left: 95px;
  padding-right: 60px;
  padding-bottom: 60px;
  max-width: 600px;
}

.section__home__intervention img {
  position: absolute;
  width: 70%;
  margin-left: 100px;
}

.section__home__secondary {
  .btn {
    padding: 20px 0;
  }
}

.section__home__intervention__secondary {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 95px !important;
  .svg-container {
    overflow: hidden;
    position: absolute;
    right: -15px;
    svg {
      width: 800px;
      height: 800px;
      path {
        stroke: #b2dfe0;
        stroke-width: .5px;
        fill: none;
      }
    }
  }
}

.section__home__intervention__secondary .title.type-4 {
  margin-top: 50px;
}

.section__home__intervention__secondary .using-image {
  background-size: contain !important;
}

.section__home__intervention__secondary .btn {
  margin-top: 20px;
}

.section__home__intervention__secondary .content__p {
  max-width: 430px;
}

.section__home__intervention__thirdly {
  clear: both;
  margin-top: 120px;
  margin-bottom: 50px;
  position: relative;
  background: url('img/textures/element-indiana.png') repeat-y $brand-green;
  background-size: 120px;

  .standard_section:first-child {
    .col-sm-5, .col-sm-7 {
      height: 450px;
    }
  }
  .section__slider {
    .img__homepage, .txt__homepage {
      display: none;
      opacity: 0;
      p {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
      }
      @include transition(all .3s ease-in-out);
      &.active {
        display: inherit !important;
        opacity: 1 !important;
      }
    }

    .txt__homepage {
      width: 100%;
    }
  }
}

.section__home__intervention__thirdly .img-femme {
  position: absolute;
  left: -300px;
  width: 270px;
  margin-left: 160px;
  margin-top: -160px;
  top: 50%;
}

.section__home__intervention__thirdly .content__quote {
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 85px;
  padding-bottom: 50px;
  max-width: 450px;
}

.section__home__intervention__thirdly .content__quote p {
  font-size: 20px !important;
}

.section__home__intervention__thirdly .section__slider .title.type-3 {
  padding-top: 50px;
  position: relative;
  z-index: 10;
  font-size: 24px;
  text-align: left;
}

.section__home__intervention__thirdly .section__slider .button {
  margin-top: 15px;
  margin-right: 40px;
  &:first-child {
    margin-left: 40px;
  }
}

//Section Clinique

.section__home__clinique {
  position: relative;
  overflow: hidden;
  .title.type-2 {
    max-width: 600px;
    line-height: 30px;
  }
  .column-wrap {
    //margin-left: 20px;
  }
  .col-sm-7 {
    .img-wrap {
      overflow: hidden;
      height: 100%;
      position: absolute;
      width: 100%;
      right: -100%;
      top: 0;
      .inner {
        height: 100%;
        width: 100%;
        overflow: hidden;
        right: -100%;
        top: 0;
      }
      img {
        position: absolute;
        left: 0;
        top: 0;
        right: -100%;
        opacity: 0;
        max-width: initial;
      }
      .active {
        opacity: 1 !important;
        transition: .4s opacity;
      }
    }
  }
}

.section__home__clinique .bg-white {
  padding: 40px;
}

.section__home__clinique .bg-white .content__p {
  margin-top: 40px;
  margin-right: 80px;
  max-width: 480px;
}

.section__home__clinique .button.type-3 {
  margin-top: 50px;
}

.section__home__clinique .section__slider {
  height: 100vh;
}

//Section Slider

.section__slider {
  &::after {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 40px;
  }
  &::before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: -200px;
  }
}

.section__slider .btn__homepage.active {
  font-weight: 700;
}

.section__slider .title.type-3 {
  margin-left: -70px;
  &::after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    margin-top: 15px;
    background: $brand-green;
  }
}

.section__slider .content__listing {
  margin-top: 20px;
  margin-left: 140px;
  position: relative;
  z-index: 10;
}

.slider__secondary .col-sm-5 {
  position: relative;
  padding: 40px;
  background-color: #F1F1F1;
}

.button.slider__up {
  border-radius: 0 !important;
  height: 50%;
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  i {
    background-color: transparent !important;
    top: 50%;
    position: relative;
  }
}

.button.slider__down {
  border-radius: 0 !important;
  height: 50%;
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  i {
    background-color: transparent !important;
    top: 50%;
    position: relative;
  }
}

//Blog

.article-content-wrap .post-header .title {
  font-family: $font-family-sans-serif;
  color: #818181;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 32px;
}

.article-content-wrap .post-header .meta {
  font-family: $font-family-sans-serif;
  color: #818181;
}

.article-content-wrap .excerpt {
  display: none;
}

.meta-category {
  display: none;
}

body .blog-recent[data-style*=classic_enhanced] .post-meta {
  display: none;
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap {
  padding-bottom: 0 !important;
}

/*----------------------------------------*/
/*	12.2 A propos
/*----------------------------------------*/

.section__about {
  position: relative;
  padding-top: 100px;
  &::before {
    content: '';
    display: block;
    height: 500px;
    width: 800px;
    margin: -50px;
    left: 100px;
    background: url(img/textures/flowers-about.png);
    position: absolute;
  }
  &::after {
    content: '';
    display: block;
    height: 700px;
    width: 500px;
    background: #fbebeb;
    right: 0;
    top: -60px;
    position: absolute;
    z-index: -1000;
  }
  .section__poster {
    background-size: auto 100%;
    background-repeat: no-repeat;
    .title {
      margin-top: -70px;
    }
  }
}

.section__about .button {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  padding: 20px 60px 20px 60px !important;
  background: $brand-green;
}

.section__about__profil .btn__about.active {
  font-weight: 700;
}

.section__about__profil {
  padding-top: 150px;
  clear: both;
}

.section__about__profil .title {
  margin-top: 120px;
}

.section__about__profil .content__p {
  margin-right: 100px;
}

.section__about__profil .button {
  margin-right: 40px;
  width: fit-content;
}

.section__about__profil .carousel-inner {
  height: 500px;
}

.section__about__profil__quote {
  padding-bottom: 100px;
}

.section__about__profil__quote .content__quote p {
  color: $brand-black !important;
  text-align: center;
  margin-top: 100px;
  &::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: auto;
    background: $brand-green;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.text__about {
  display: none;
  opacity: 0;
  @include transition(all .3s ease-in-out);
  &.active {
    display: inherit !important;
    opacity: 1 !important;
  }
}

.button.icon-play {
  background: url(img/icons/play.png) no-repeat right;
  background-size: contain;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 80px;
  left: 700px;
}

.txt__about {
  display: none;
  opacity: 0;
  @include transition(all .3s ease-in-out);
  &.active {
    display: inherit !important;
    opacity: 1 !important;
  }
}

.section__about__profil__team {
  .title {
    &.type-4 {
      font-size: 32px;
      &::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #b2dfe0;
        margin-top: 20px;
        margin-bottom: 20px;
      }
    }
    &.type-2 {
      text-align: center;
    }
    &.type-6 {
      text-align: center;
    }
  }
  .column {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*	12.3 Interventions
/*----------------------------------------*/

.section__intervention__main {
  padding-top: 100px;
  margin-bottom: 200px !important;
}

.section__intervention__main__chir {
  .col-md-7 {
    padding-left: 0 !important;
  }
}

.section__intervention__main__primary {
  top: 100px;
  position: relative;
  &::after {
    content: '';
    display: block;
    width: 400px;
    height: 600px;
    opacity: .5;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url('./img/textures/bg-square-flower.png') no-repeat;
    background-size: cover;
  }
}

.section__intervention__main__primary .title.type-1 {
  color: #fff !important;
  position: relative;
  top: 20px;
  z-index: 1000;
  padding-bottom: 30px;
}

.section__intervention__main__primary .title.type-2 {
  margin-top: 30px;
  color: #fff !important;
  font-weight: 300;
  p {
    margin-top: 30px;
    color: #fff !important;
  }
}

.section__intervention__main__secondary {
  margin-top: 100px;
  margin-bottom: 50px;
  img {
    margin-top: 50px;
  }
  .col-md-7 {
    padding-left: 50px;
  }
  .title.type-2 {
    line-height: 1.5;
    color: #838383 !important;
    padding: 60px 0px 10px 0px;
    font-size: 11px;
  }
  .title.type-3 {
    margin-top: 0;
  }
  .content__quote p {
    color: #000 !important;
    margin-left: 30px;
    margin-bottom: 30px;
    &::before {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: 80px;
      background: $brand-green;
      margin-top: -50px;
      left: 30px;
    }
  }
}

.section__intervention__main__toggle .panel {
  color: #767679 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  .panel-heading {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 0 !important;
  }
  .panel-title {
    font-size: 14px !important;
    a {
      width: 100%;
      display: block;
      padding: 20px;
    }
  }
}

.section__intervention__main__toggle .panel:nth-child(even) .panel-heading {
  background-color: #F8F8F8 !important;
}

.section__intervention__main__toggle .panel:nth-child(odd) .panel-heading {
  background-color: $brand-white !important;
}

.section__intervention__main__secondary .button.type-5:nth-child(even) {
  background: $brand-grey-light !important;
}

.section__intervention__main__contact {
  padding: 70px 0;
  margin-top: 50px;
  background-image: url($path + 'wp-content/uploads/2018/09/Vector-Smart-Object-3.png');
  background-color: #fbebeb;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1200px;
}

.section__intervention__main__contact .col-sm-12 {
  text-align: center !important;
  .title {
    text-align: center !important;
    margin-bottom: 20px;
    color: $brand-grey !important;
  }
  .title::after {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 1px;
    height: 50px;
    background: $brand-grey;
  }
}

.section__intervention__main__plast {
  margin-top: 50px;
  .content__p {
    max-width: 450px;
  }
}

.section__intervention__main__plastique {
  margin-top: 50px;
  .img-wrap {
    width: 80%;
    img {
      width: 300px;
    }
  }
  .title {
    margin-top: -70px;
    &::after {
      content: '';
      display: block;
      position: relative;
      width: 2px;
      height: 30px;
      margin-top: 10px;
      margin-left: 20px;
      background: $brand-green;
    }
  }
  .button {
    font-size: 12px;
  }
  .item {
    color: #818184;
    font-family: "EB Garamond", "Times New Roman", Times, serif;
    font-size: 16px;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
  }
}

.section__intervention__main__carousel {
  position: relative;
  margin-top: 100px;
  clear: both;
  display: -webkit-inline-box;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75px;
  .carousel-control {
    top: 110%;
    width: 30px;
    &.left {
      left: 0 !important;
    }
    &.right {
      left: 0;
    }
    .icon-next {
      margin-right: -70px;
    }
    .icon-prev {
      margin-left: 0;
    }
  }
  .column-inner {
    width: 100%;
    .carousel {
      position: relative;
      width: 100%;
      .carousel-inner {
        width: 130% !important;
      }
    }
  }
}

.section__intervention__main__lastly {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 200px;
  &::before {
    content: '';
    display: block;
    right: -100px;
    height: 300px;
    width: 300px;
    position: absolute;
    top: 330px;
    z-index: 0;
    background: url(img/textures/flower-black.png);
  }
  &::after {
    content: '';
    display: block;
    top: 150px;
    right: -75px;
    height: 330px;
    width: 35%;
    position: absolute;
    z-index: -1000;
    background: $brand-pink;
  }
  img {
    max-width: 250% !important;
    padding: 5%;
  }
  .content__p {
    margin-bottom: 50px;
  }
  .content__listing {
    font-family: $font-family-serif;
    margin-top: 20px;
    margin-left: 40px;
  }
  .item {
    color: #818184;
    font-family: "EB Garamond", "Times New Roman", Times, serif;
    font-size: 16px;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
  }
}

/*----------------------------------------*/
/*	12.4 Clinique
/*----------------------------------------*/

.section__clinique__main {
  padding-top: 60px;
  padding-bottom: 50px;
  &::before {
    content: '';
    display: block;
    position: absolute;
    background: url('img/textures/syrian-draw-clinique.png') no-repeat;
    background-size: contain;
    margin-top: 50px;
    height: 400px;
    width: 400px;
  }
}

.section__clinique__main .content__p {
  max-width: 600px;
}

.section__clinique__main__secondary .col-sm-4 {
  padding-left: 0;
}

.section__clinique__main__secondary .col-sm-7 {
  height: 550px;
}

.section__clinique__main__secondary {
  margin-top: 30px;
  .title.type-2 {
    color: #FFF !important;
    padding-top: 250px;
    margin-left: 50px;
    font-weight: 300;
  }
  .title.type-3 {
    margin-top: 10px;
    margin-left: 50px;
    font-weight: 500;
    color: #FFF !important;
    &::after {
      content: '';
      display: inline-block;
      position: relative;
      height: 5px;
      width: 100px;
      background: $brand-white;
      margin: 8px 15px;
    }
  }
  .c-img {
    max-width: 90px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
}

.section__clinique__main__secondary .button.type-4 {
  bottom: 0;
  right: 0;
  background: $brand-white;
  color: $brand-black;
  padding: 0px;
}

.section__clinique__main__thirdly {
  margin-top: 60px;
}

.section__clinique__main__carousel .slide {
  padding-top: 120px;
  z-index: 1000;
  cursor: move;
}

.section__clinique__main__carousel .button.type-4 {
  background: #b2dfe0;
  bottom: -30px;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-table;
}

.section__clinique__main__carousel .carousel-control {
  height: 40px;
  width: 40px;
  right: 0px;
  top: inherit;
  margin-top: 50%;
  bottom: 100px;
}

@media screen and (min-width: $screen-sm) {
  .section__clinique__main__carousel .carousel-control {
    margin: auto;
    &.right {
      left: 400px;
    }
    &.left {
      right: 400px;
      left: 0;
    }
  }
}

.section__clinique__main__carousel .carousel {
  overflow: hidden;
}

.section__clinique__main__carousel .carousel-inner {
  width: 120%;
  left: -10%;
  padding-bottom: 50px;
}

.section__clinique__main__carousel .carousel {
  overflow: hidden;
}

@media screen and (min-width: $screen-sm) {
  .section__clinique__main__carousel {
    .carousel-inner .item .slide:nth-child(1), .carousel-inner .item .slide:nth-child(3), .carousel-inner .item .slide:nth-child(4) {
      .button {
        display: none;
      }
      .section__clinique__main__city {
        display: none;
      }
    }
  }
}

.section__clinique__main__city {
  margin-top: 70px;
}

.section__clinique__main__details {
  margin-top: 50px;

  .title.type-2 {
    color: $brand-grey !important;
  }
  .title.type-3 {
    color: $brand-grey !important;
  }
  .title.type-3::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 5px;
    margin: auto;
    margin-top: 30px;
    background: $brand-grey;
  }
}

/*----------------------------------------*/
/*	12.5 Blog
/*----------------------------------------*/

/*----------------------------------------*/
/*	12.6 Contact
/*----------------------------------------*/

.section__contact {
  p {
    font-family: $font-family-sans-serif;
  }
  &::before {
    content: '';
    display: block;
    background: url(./img/textures/background-green.png);
    z-index: -1000;
    height: 90%;
    left: -60%;
    width: 100%;
  }
}

.section__contact__left {
  width: 40%;
  .title {
    color: #FFF !important;
    &.type-1 {
      margin-top: 200px;
    }
  }
}

.section__contact__right {
  width: 60%;
  right: 0;
  position: relative;
  .content__quote {
    margin-top: 100px;
  }
}

.section__contact__tel {
  margin-top: 40px;
  background: url('./img/icons/phone-call.png') no-repeat;
  padding-left: 10%;
  width: 50%;
  float: left;
  a {
    letter-spacing: 1px;
    font-weight: 500;
    color: #818184 !important;
  }
}

.section__contact__mail {
  margin-top: 40px;
  background: url('./img/icons/mail.png') no-repeat;
  padding-left: 10%;
  width: 50%;
  float: left;
  a {
    font-weight: 500;
    color: #818184 !important;
  }
  input[type=submit]:hover {
    background-color: #FBEBEB !important;
  }
}

.section__contact__firstname {
  width: 50%;
  float: left;
}

.section__contact__name {
  width: 50%;
  float: left;
}

.section__contact__left .button {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 40px;
  border-radius: 0 !important;
  padding: 20px 91px 20px 20px !important;
  background: url('./img/icons/btn_date.png') no-repeat right $brand-white;
  background-size: contain;
  color: $brand-grey;
}

/*----------------------------------------*/
/*	12.7 Single
/*----------------------------------------*/

.section__single {
  margin-top: 100px;
  .title {
    &.type-1 {
      font-weight: 700;
    }
    &.type-2 {
      color: $brand-grey !important;
      margin-bottom: 15px;
      &:last-child {
        padding: 15px 0;
      }
    }
  }
  .img-wrap {
    padding: 40px 0;
  }
  .standard_section {
    .column {
      padding: 0;
    }
  }
}


.section__single .title.type-6 {
  margin-top: 30px;
}

.section__single .title.type-2:first-child {
  &::after {
    content: '';
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    margin-top: 10px;
    background: $brand-green;
  }
}

.section__single .content__p {
  margin-right: 110px;
}

.blog-recent {
  .col-sm-4 {
    min-height: 170px;
    .article-content-wrap > .col-sm-12 {
      .col-sm-6:first-child::before {
        opacity: 0;
        transition: .4s all;
      }
      > .col-sm-6:last-child {
        > .title {
          transition: .4s all;
        }
      }
    }
  }
  .col-sm-4:hover {
    .article-content-wrap > .col-sm-12 {
      .col-sm-6:first-child::before {
        opacity: 1;
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url('./img/icons/btn_play_white.png') no-repeat center center $brand-green;
        z-index: 10000;
        left: 0;
      }
      > .col-sm-6:last-child {
        > .title {
          color: $brand-green !important;
        }
      }
    }
  }
}

/*------------------------------ Responsive -----------------------------

                              .--.
                              |  |
                              |  |
                              |  |
                              |  |
             _.-----------._  |  |
          .-'      __       `-.  |
        .'       .'  `.        `.|
       ;         :    :          ;
       |         `.__.'          |
       |   ___                   |
       |  (_M_) M O T O R A L A  |
       | .---------------------. |
       | |                     | |
       | |                     | |
       | |                     | |
       | |                     | |
       | |                     | |
       | |                     | |
       | |                     | |
       | `---------------------' |
       |                         |
       |                __       |
       |  ________  .-~~__~~-.   |
       | |___C___/ /  .'  `.  \  |
       |  ______  ;   : OK :   ; |
       | |__A___| |  _`.__.'_  | |
       |  _______ ; \< |  | >/ ; |
       | [_=

*/

/*--------------------------------------------------------*/
/*---------------------- Mobile ----------------------*/
/*--------------------------------------------------------*/

@media screen and (max-width: 767px) {

  //General
  .title {
    margin-left: 0 !important;
  }
  .title.type-1 {
    font-size: 30px !important;
  }

  .title.type-3 {
    font-size: 30px !important;
  }

  .section__modal {
    margin-top: -100px;
  }

  /*----------------------------------------*/
  /*	12.1 Homepage
  /*----------------------------------------*/

  .section__home .section__poster {
    background-position: top left;
    &::before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0,0,0,.2);;
    }
  }

  .section__home .section__poster .title {
    margin-left: 0;
    color: #FFF !important;
  }

  .section__home .section__poster .button {
    left: 0;
    bottom: 0;
  }

  .section__home__secondary {
    .content__listing {
      margin-left: 0;
    }

    .col-sm-6 {
      padding-left: 0 !important;
    }

    .button {
      margin: 20px 0 !important;
    }
  }

  .section__home__intervention {
    margin-left: 0;
    .content__p {
      padding: 0;
    }
    img {
      position: relative;
      top: 50px;
      margin-left: 0;
      width: 100%;
    }
    .col-sm-6 {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .section__home__intervention__secondary {
    margin-bottom: 20px;
    padding-left: 15px !important;
  }

  .section__home__intervention__thirdly {
    .content__quote {
      margin: 0;
      padding-top: 25px;
    }
  }

  .section__home__intervention__thirdly .standard_section:first-child .col-sm-5, .section__home__intervention__thirdly .standard_section:first-child .col-sm-7 {
    height: auto !important;
  }

  .section__home__intervention__thirdly {
    background-size: 75px;
    .section__slider {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
  }

  .section__home__intervention__thirdly .section__slider .title.type-3 {
    padding-top: 400px;
  }

  .section__home__intervention__thirdly .section__slider .button {
    margin-right: 15px;
    margin-top: 40px;
    &:first-child {
      margin-left: 0;
    }
  }

  .section__home__intervention__thirdly .section__slider .title {
    margin-top: 30px;
  }

  .section__home__intervention__thirdly .img-femme {
    top: 0;
    left: 15px;
    margin-left: 0;
    position: absolute !important;
    margin: auto;
    margin-top: 150px;
    width: 80%;
  }

  .section__slider .content__listing {
    margin-left: 0 !important;
  }

  .section__home__clinique .bg-white {

    padding-bottom: 450px !important;
  }

  .section__home__clinique .col-sm-7 .img-wrap {
    margin-top: 40px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    img {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 40px;

      top: initial;
      left: 0;
      right: 0;
      margin: auto;
      display: block;
    }
  }

  .section__home__clinique {
    .bg-white {
      padding: 25px;
      .content__p {
        margin: 0;
      }
    }
  }

  .section__home__blog x {
    .article-content-wrap {
      .col-sm-6 {
        padding-left: 0;
        padding-right: 15px !important;
        .title {
          margin-top: 10px;
        }
        .meta {
          margin-top: 0;
        }
      }
    }
  }

  /*----------------------------------------*/
  /*	12.2 Mobile - A propos
  /*----------------------------------------*/

  .section__about {
    .button.icon-play {
      width: 80px;
      height: 80px;
      top: 150px;
      left: 0;
      right: 0;
      margin: auto;
    }
    .section__poster {
      h1, h2 {
        text-align: right !important;
      }
    }
  }
  .section__about::before {
    left: 0;
    width: 100%;
  }
  .section__about__slider {
    margin-top: 120px;
    margin-bottom: 40px;
    height: auto !important;
  }
  .section__about__profil {
    .title {
      margin-top: 70px;
    }
    .content__p {
      margin-right: 0;
    }
    .button {
      font-size: 15px;
      display: block;
      margin: 0;
      margin-top: 20px;
      text-align: left;
    }
  }

  /*----------------------------------------*/
  /*	12.3 Mobile - Interventions
  /*----------------------------------------*/
  .section__intervention__main {
    padding-top: 0;
    .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }
    &::after {
      opacity: .2;
    }
  }

  .section__intervention__main__primary {
    img {
      top: 50px;
      position: relative;
    }
    &::after {
      right: 0;
      width: 100%;
      opacity: .2;
    }
  }

  .section__intervention__main__chir {
    .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }
    .col-md-7 {
      padding-left: 15px !important;
    }
  }

  .section__intervention__main__plast {
    .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .section__intervention__main__plastique {
    .title {
      top: 150px;
    }
    img {
      margin-top: 30px;
    }
  }

  .section__intervention__main__secondary {
    .col-md-7 {
      padding-left: 0;
    }
    .content__quote p {
      &:before {
        left: 15px;
        height: 55px;
      }
    }
    img {
      margin-top: 20px;
    }
  }

  .section__intervention__main__lastly {
    padding-top: 0;
    img {
      margin-top: 50px;
    }
    &::before {
      top: inherit;
      bottom: 50px;
      left: 0;
    }
    &::after {
      top: inherit;
      width: 75%;
      bottom: 100px;
      left: 0;
    }
  }

  /*----------------------------------------*/
  /*	12.4 Mobile - Clinique
  /*----------------------------------------*/

  .section__clinique__main {
    padding-bottom: 20px;
    &::before {
      height: 500px;
      width: 300px;
      left: 0;
      margin: auto;
      background: url(img/textures/syrian-draw-clinique.png) repeat;
    }
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    img {
      position: absolute;
      right: 0;
    }
  }

  .section__clinique__main__secondary {
    .col-sm-7 {
      height: 450px;
    }
    img {
      padding: 30px 0;
    }
  }

  /*----------------------------------------*/
  /*	12.5 Mobile - Blog
  /*----------------------------------------*/

  .posts-container article.animated-in .inner-wrap > .post-content > .content-inner > a > .post-featured-img > img {
    opacity: .2;
  }

  /*----------------------------------------*/
  /*	12.5 Mobile - Blog Single
  /*----------------------------------------*/

  .section__single .content__p {
    margin-right: 0;
  }

  .blog_next_prev_buttons > .next {
    text-align: left;
    margin-top: 40px;
  }

  /*----------------------------------------*/
  /*	12.6 Mobile - Contact
  /*----------------------------------------*/

  .section__contact::before {

    top: 0;
    left: 0;
    width: 100%;
  }

  .section__contact__tel {
    width: 100%;
  }

  .section__contact__mail {
    width: 100%;
  }

  .section__contact__left .title.type-1 {
    margin-top: 30px;
  }

  .section__contact__right, .section__contact__left {
    width: 100%;
  }
  .section__contact__right {
    margin-top: 30px;
  }
  .section__contact .col-sm-5 {
    position: relative;
  }

  /*----------------------------------------*/
  /*	12.6 Mobile - Footer
  /*----------------------------------------*/

  #footer-outer {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------*/
/*---------------------- Tablette ----------------------*/
/*--------------------------------------------------------*/

@media screen and (min-width: $screen-tablet) and (max-width: $screen-desktop) {
  .title.type-1 {
    font-size: 40px !important;
  }

  /*----------------------------------------*/
  /*	12.1 Tablette - Homepage
  /*----------------------------------------*/

  .section__home .section__poster .button {
    left: 0;
  }

  .section__home .section__poster .title {
    margin-left: 0;
    color: #FFF !important;
  }

  .section__home__intervention {
    .content__p {
      padding-left: 50px;
      padding-right: 0;
      padding-bottom: 30px;
      p {
        color: #FFF;
      }
    }
    img {
      width: 90%;
      margin-left: 0;
      margin-top: 50px;
    }
  }

  .section__home__secondary .button {
    margin: 20px 0 !important;
  }

  .section__home__intervention__thirdly {
    background-size: 70px;
    .content__quote {
      margin-left: 70px;
      margin-right: 0;
      padding-top: 100px;
      p {
        color: #FFF;
      }
    }
  }

  .section__home__intervention__thirdly .section__slider .title.type-3 {
    z-index: 0;
    position: relative;
    margin-left: 0;
  }
  .section__slider .content__listing {
    margin-left: 0;
    position: relative;
    z-index: 0;
  }

  .section__home__intervention__thirdly .section__slider .button {
    margin-left: 0 !important;
    width: 50%;
    text-align: left;
    margin-right: 0;
  }

  .section__home__intervention__thirdly .img-femme {
    left: 0;
    margin-left: 0;
  }

  .slider__secondary .title.type-3 {
    font-size: 30px !important;
  }

  .section__home__blog {
    .col-sm-4 {
      width: 42%;
    }
  }

  .section__home__clinique .col-sm-7 .img-wrap img {
    left: -50%;
    right: auto;
  }

  /*----------------------------------------*/
  /*	12.2 Tablette - A propos
  /*----------------------------------------*/

  .section__about {
    &::before {
      left: 0;
      width: 100%;
    }
  }

  .section__about .button.icon-play {
    left: inherit;
    right: 40px;
  }

  .section__about .section__poster {
    background-position: left;
    .title {
      margin-left: 0;
    }
  }

  .section__about__profil {
    .title {
      margin-top: 20px;
    }
    margin-bottom: 50px;
    .content__p {
      margin-right: 0;
    }
  }

  .section__about__profil__selector {
    margin-top: 0;
  }

  /*----------------------------------------*/
  /*	12.3 Tablette - Interventions
  /*----------------------------------------*/

  .section__intervention__main {
    padding-bottom: 70px;
  }

  .section__intervention__main__primary {
    &::after {
      right: 0;
    }
  }

  .section__intervention__main__secondary {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .section__intervention__main__secondary .col-md-7 {
    padding-left: 0;
  }

  .section__intervention__main__secondary img {
    margin-top: 20px;
  }

  .section__intervention__main__secondary .content__quote p {
    &::before {
      left: 0;
      bottom: inherit;
    }
    font-size: 21px;
    margin-left: 20px;
  }

  .section__intervention__main__plastique {
    .title {
      margin-top: 30px;
    }
  }

  .section__intervention__main__secondary .img-wrap {
    margin-top: 15px;
  }

  .section__intervention__main__lastly {
    img {
      max-width: 100% !important;
    }
    .content__listing {
      margin-left: 0;
      margin-bottom: 50px !important;
    }
    &::before {
      top: inherit;
      bottom: 50px;
      right: 0;
    }
    &::after {
      top: inherit;
      bottom: 100px;
      right: 0;
    }
    .img-responsive {
      max-width: 50%;
    }
  }
  .section__intervention__main__carousel {
    .column-inner {
      .carousel {
        .carousel-inner {
          width: 200% !important;
        }
      }
    }
  }

  /*----------------------------------------*/
  /*	12.4 Tablette - Clinique
  /*----------------------------------------*/

  .section__clinique__main {
    .content__p {
      margin-bottom: 40px !important;
    }
    .col-sm-4 {
      position: absolute;
      left: -20%;
      top: -10%;
    }
    .col-sm-7 {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .section__clinique__main__carousel .button.type-4 {
    width: 100%;
    display: block;
  }

  .section__contact__tel {
    width: 100%;
  }

  .section__contact__mail {
    width: 100%;
  }

  /*----------------------------------------*/
  /*	12.6 Tablette - Contact
  /*----------------------------------------*/

  .section__contact__left .title.type-1 {
    margin-top: 100px;
  }

  .section__contact__tel a {
    font-size: 12px;
  }
  .section__contact__left .button {
    padding: 20px 65px 20px 15px !important;
  }

  /*----------------------------------------*/
  /*	 Tablette - Footer
  /*----------------------------------------*/

  #footer-outer {
    .title {
      &.type-2 {
        margin-top: 0;
      }
    }
  }


}

/*--------------------------------------------------------*/
/*---------------------- Large Screen ----------------------*/
/*--------------------------------------------------------*/

@media screen and (min-width: $screen-lg-desktop) {
  body {
    overflow-x: hidden;
  }

  .section__home .section__poster {
    background-position: center;
  }
  .section__home__intervention__thirdly .content__quote {
    margin-left: 20%;
  }
  .section__about .section__poster {
    background-position: center;
    .title {
      width: 300px;
      margin-top: 0;
    }
  }
  .section__contact__left {
    position: relative;
    left: 10%;
  }

  .section__home__intervention img {
    margin-top: 130px;
    max-width: 600px;
  }

  .section__intervention__main__lastly {
    &::before {
      right: -120px;
      height: 400px;
      width: 400px;
      top: 330px;
    }
    &::after {
      content: '';
      display: block;
      top: 150px;
      right: -80px;
      height: 500px;
      width: 35%;
    }

  }
}



