/*
Theme Name: Franchise Management x Qwamplify
Description: Theme franchise-management.com by Qwamplify
Author: Bastien - Qwamplify
Author URI: https://www.qwamplify.com/
Template: hello-elementor
Version: 0.0.2
*/

/*
* BOOTSTRAP MIN
*/

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
}


/*
* BIGTITLE
*/
.bigtitle {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #212e42;
  line-height: .5em;
  padding-bottom: .8em
}

.bigtitle span {
  display: inline-block
}

.bigtitle .haut {
  display: block;
  font-size: 48px
}

.bigtitle .sep {
  color: rgba(33, 46, 66, .2);
  font-size: 1.67em;
  margin-right: -.07em;
  transform: translateY(.09em);
  padding-left: .9em
}

@media (max-width:767px) {
  .bigtitle span {
    font-size: 30px
  }

  .bigtitle .haut {
    font-size: 30px
  }

  .bigtitle .sep {
    font-size: 1em
  }
}


/*
* MOSAIQUE
*/
.mosaique {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden
}

.mosaique>div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.mosaique>div>div {
  position: absolute;
  overflow: hidden
}

.mosaique .mosa1 {
  top: 0;
  left: 0
}

.mosaique .mosa1 .mos-carre {
  float: right
}

.mosaique .mosa2 {
  top: 0;
  right: 0
}

.mosaique .mosa3 {
  bottom: 0;
  left: 0
}

.mosaique .mosa4 {
  bottom: 0;
  right: 0
}

.mosaique .mosa4 .mosa-img {
  float: right
}

.mosaique .mosa-img {
  display: block;
  width: 66.7%;
  padding-bottom: 33.4%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

.mosaique .horiz {
  width: 75%;
  height: 25%
}

.mosaique .vertic {
  height: 75%;
  width: 25%
}

.mosaique .vertic .mosa-img {
  width: 100%;
  padding-bottom: 200%
}

.mosaique .vertic .mos-carre {
  width: 100%;
  padding-bottom: 100%
}

.mosaique .mosa-centre {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%
}

.mosaique [data-link] .mosa-img,
.mosaique [data-link] strong {
  transition: box-shadow .2s, transform .1s
}

.mosaique [data-link]:hover .mosa-img {
  box-shadow: inset 0 0 40px #212e42
}

.mosaique [data-link]:hover strong {
  transform: scale(1.2)
}

.mos-carre {
  width: 33.3%;
  padding-bottom: 33.4%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: "Maven Pro", Arial, sans-serif;
  font-size: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #1e88e5
}

@media (max-width:767px) {
  .mos-carre {
    font-size: 9px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .mos-carre {
    font-size: 13px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .mos-carre {
    font-size: 15px
  }
}

.mos-carre.bg-marine {
  background-color: #212e42
}

.mos-carre.bg-orange {
  background-color: #ffb300
}

.mos-carre>div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.mos-carre>div>* {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mos-carre>div>div {
  padding: 0 1.5em
}

.mos-carre>div strong {
  display: block;
  font-size: 2em;
  line-height: 1.1em
}

.mos-carre>div span {
  display: block
}





/*
* MOS CLI
*/
.mos-cli {
  position: relative;
  text-align: center;
}

.mos-cli>div {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  float: left;
  background-color: #ffffff;
}

.mos-cli>div>* {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mos-cli>div>*>* {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mos-cli.focus>div {
  width: 16.66666%;
  padding-bottom: 16.66666%;
}

.mos-cli.no-focus>div {
  width: 12.5%;
  padding-bottom: 12.5%;
}

.mos-cli .logo {
  display: block;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #F0F0F0;
}

.mos-cli .logo img {
  max-width: 80%;
}

.mos-cli .logo span {
  display: block;
  text-transform: uppercase;
  font-family: "Maven Pro", Arial, sans-serif;
  color: #212E42;
}

.mos-cli .logo span span {
  opacity: 0;
  font-size: 0;
  transition: all 0.15s;
}

.mos-cli .logo:hover span span {
  opacity: 0.7;
  font-size: 1em;
  padding-top: 0.15em;
}

.mos-cli.no-focus .logo span span {
  display: none;
}

.mos-cli.no-focus .logo img {
  transform: scale(1.0001);
}

.mos-cli .mos-carre {
  width: 100%;
  padding-bottom: 100%;
}



/*
* TEMOIGNAGES
*/
.temoignages {
  line-height: 1.3em;
  padding-bottom: 2em;
}

.temoignages>div:nth-child(3n+1) {
  clear: both;
}

.temoignages>div>div {
  border: 2px solid #F0F0F0;
  border-top: 0;
  padding: 1.2em;
  text-align: left;
}

.temoignages .illus {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 64%;
}

.temoignages .illus>span.overl {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s;
}

.temoignages .illus .overl>span {
  display: block;
  position: relative;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  transition: all 0.2s;
}

.temoignages>div:hover .illus>span {
  opacity: 1;
  background-color: rgba(33, 46, 66, 0.7);
  background-position: 50% 46%;
}

.temoignages>div:hover .photo {
  margin-top: -5px;
}

.temoignages .info {
  font-family: "Maven Pro", Arial, sans-serif;
  color: #1E88E5;
  padding: 0 0 1em 95px;
  position: relative;
  min-height: 5em;
}

.temoignages .info>* {
  display: block;
}

.temoignages .info .photo {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  left: 0;
  top: -40px;
  transition: all 0.15s 0.3s;
}

.temoignages .info strong {
  text-transform: uppercase;
  color: #212E42;
}

.temoignages .entry-content {
  /* min-height: 11em; */
}

.temoignages .entry-content .btn-sm,
.temoignages .entry-content .btn-group-sm>.btn,
.temoignages .entry-content .gform_footer .btn-group-sm>.button,
.temoignages .entry-content .gform_footer .btn-group-sm>input[type=submit] {
  transform: scale(1.2);
}

.entry-content .read-more {
  display: block;
  text-align: right;
  padding-top: 20px;
}

.entry-content .read-more .btn-link {
  color: #ffb300;
}

[data-link] {
  cursor: pointer;
}
