/*
 Theme Name:   Mifo Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/mifo/
 Description:  Mifo Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     mifo
 Version:      1.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/*DEFAULT*/
#rs-header .logo-area {
  max-width: 300px;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.btn-first a {
  position: relative !important;
  display: inline-block !important;
  padding: 10px 28px !important;
  line-height: normal !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  text-align: center !important;
  color: #fff;
  background-color: transparent !important;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
  z-index: 1 !important;
  -webkit-tap-highlight-color: initial !important;
}

.btn-first a::before {
  position: absolute !important;
  content: "" !important;
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1, 1) !important;
  transform-origin: left center !important;
  z-index: -1 !important;
}

.btn-first a::before {
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}

.btn-first a:hover::before {
  transform-origin: right center;
  transform: scale(0, 1) !important;
}

.btn-first a {
  border-color: #21d9e3 !important;
}

.btn-first a::before {
  background-color: #21d9e3 !important;
}

.btn-first a:hover {
  color: #000 !important;
  background-color: transparent !important;
}


/*ICONS*/

.services-icon img {
  display: none;
}

/*PARALAX */

div#citation_home {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.quotes blockquote {
  border: none !important;
  padding: 30px 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: normal !important;
  background: rgb(255 255 255 / 9%);
}

/*Partenaire */

.partenaire {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}


.partenaire div {
  margin: 20px 1%;
  text-align: center;
}

/*VIDEOS*/
.video_ytb {
  display: flex;
}

.video_ytb div {
  width: 50%;
  margin-right: 1%;
}

.video_ytb div:last-child {
  margin: 0;
}

/* .hover-type-zoomout {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  z-index: 1;

  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
}
.hover-type-zoomout img {
  opacity: 1;
  transform: scale(1.12);
  transition: opacity 1s, transform 1s;
}
.hover-type-zoomout:hover img {
  opacity: 0.9;
  transform: scale(1);
} */


@media screen and (max-width: 992px) {
.rs-flex {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
  padding-bottom: 10px !important;
}

}

/* On screens that are 800px or less */
@media screen and (max-width: 800px) {
  .partenaire div {
    width: 29%;
  }

  .video_ytb {
    flex-direction: column;
  }

  .video_ytb div {
    width: 100%;
    margin: 0;
  }
}

/* On screens that are 490px or less */
@media screen and (max-width: 490px) {
  .partenaire div {
    width: 48%;
  }
}
.a-nash {
    font-size: 12px !important;
}
.copyright {
    display: grid !important;
    grid-template-columns: 60% 75% !important;
}