/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #F7B500;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff7f5d;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff7f5d;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff9f86;
  color: #fff;
  width: 40px;
  height: 40px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Section Générale
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background: #fbfffa;
}

.section-bg {
  background-color: #4ECA5A;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 38px;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-shadow: -1px 2px 2px #fff;
  color:#000;
  font-weight:600;
}

.section-title p {
	text-align:center;
	margin-bottom: 0;
	color:#fff;
	font-weight:600;
	padding: 2px 5px;
	/*border: solid #000;*/
	background: #BF4E44;
	border-radius: 15px 150px;
	/*background: linear-gradient(#535457, #535457, #67686C, #898A8C, #898A8C, #9FA0A1, #9FA0A1, #898A8C, #898A8C, #67686C, #535457, #535457);*/
}

.section-title-service {
  text-align: center;
  padding-bottom: 40px;
}

.section-title-service h2 {
	font-size: 38px;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-shadow: -1px 2px 2px #fff;
	color:#5ad450;
	font-weight:600;
}

.section-title-service p {
	text-align:center;
	margin-bottom: 0;
	color:#84213C;
	font-weight:600;
	padding: 2px 5px;
	/*border: solid #000;*/
	background: #E8D2DC;
	border-radius: 15px 150px;
}

.section-title-contact {
	text-align: center;
	padding-bottom: 40px;
}

.section-title-contact h2 {
	font-size: 38px;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-shadow: -1px 2px 2px #fff;
	color:#5ad450;
	font-weight:600;
}

.section-title-contact p {
	text-align:center;
	margin-bottom: 0;
	color:#84213C;
	font-weight:600;
	padding: 2px 5px;
	/*border: solid #000;*/
	background: #E8D2DC;
	border-radius: 15px 150px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(21, 5, 23, 0.25);
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top,
#header.header-inner-pages {
  background: rgba(21, 5, 23, 0.8);
}

#header.fixed-top {
  position: fixed;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  /*text-transform: uppercase;*/
}

#header .logo a {
  color: #fff;
}

.soldi a {
	color: #fff;
}

.soldi a:hover {
  color: #F7B500;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

.indeed img {
	background: rgba(255, 255, 255, 0.6);
	height: 16px;
	width: 18px;
}

.indeed img:hover {
	background: #fff;
}

@media (max-width: 991px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
}

.header-social-links a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  color: white;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #ff7f5d;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #150517;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff7f5d;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #150517;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff7f5d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff7f5d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -70px;
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -60px;
  }
}

#hero:before {
  content: "";
  background: rgba(21, 5, 23, 0.5) linear-gradient(rgba(26, 0, 33, 0.5) 0%, rgba(26, 0, 33, 0.5) 5%, rgba(38, 6, 51, 0.5) 40%, rgba(147, 47, 69, 0.7) 76%, rgba(236, 97, 93, 0.7) 94%, rgba(236, 97, 93, 0.5) 100%) repeat scroll 0% 0%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #ff7f5d;
  border: 2px solid #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*Pro*/

#heroPro {
  width: 100%;
  height: 100vh;
  background: url("../img/heroPro-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -70px;
}

@media (max-width: 992px) {
  #heroPro {
    margin-bottom: -60px;
  }
}

#heroPro:before {
  content: "";
  /*background: rgba(21, 5, 23, 0.5) linear-gradient(rgba(26, 0, 33, 0.5) 0%, rgba(26, 0, 33, 0.5) 5%, rgba(38, 6, 51, 0.5) 40%, rgba(147, 47, 69, 0.7) 76%, rgba(236, 97, 93, 0.7) 94%, rgba(236, 97, 93, 0.5) 100%) repeat scroll 0% 0%;*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroPro .heroPro-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#heroPro h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

#heroPro h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#heroPro .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#heroPro .btn-get-started:hover {
  background: #ff7f5d;
  border: 2px solid #fff;
}

@media (min-width: 1024px) {
  #heroPro {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #heroPro h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #heroPro h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.heroSoldi img {
	height: 90px;
	width: 90px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#about .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.about h2 {
	font-size: 28px;
}

/*.about .image {
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/boutiquelingerie.png');
	background-size:cover;
	background-position:center;
}*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.imgAbout img {
	height: 400px;
	width: 690px;
}

@media (max-width: 991px) {
  .imgAbout img {
    height: 250px;
	width: 510px;	
  }	
}

.imgPres img {
	border-radius: 50px;
}

/*.about .content img {
	padding:20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/plaque-metallique-structuremetal.png');
	background-size:cover;
	background-position:center;
}*/

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.about .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #4ECA5A;
}

.position {
	padding: 30px;
}

.about .content p {
  padding: 5px;
  line-height: 20px;
  margin-bottom: 1px;
  color: #6b6a6a;
  font-weight:600;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#services .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.services h2 {
	font-size: 28px;
}

/*.services .image {
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/boutiquelingerie.png');
	background-size:cover;
	background-position:center;
}*/

.services .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.imgServices img {
	height: 400px;
	width: 690px;
}

.imgCarteGeo img {
	height: 400px;
	width: 690px;
}

/*.services .content img {
	padding:20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/plaque-metallique-structuremetal.png');
	background-size:cover;
	background-position:center;
}*/

.services .content ul {
  list-style: none;
  padding: 0;
}

.services .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.services .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #4ECA5A;
}

.position {
	padding: 30px;
}

.services .content p {
  padding: 5px;
  line-height: 20px;
  margin-bottom: 1px;
  color: #6b6a6a;
  font-weight:600;
}

/**/
::before,
::after {
  content: "";
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #2c3e50;
  text-decoration: none;
}

.btn {
  display: inline-block;
  /*text-transform: uppercase;*/
  /*border: 2px solid #2c3e50;*/
  margin-top: 10px; 
  font-size: 0.7em;
  font-weight: 700;
  padding: 15px 2px;
  text-align: left;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.btn:hover {
  /*border-color: #F7B500;*/
  color: #793035;
}

.btnPart {
  display: inline-block;
  /*text-transform: uppercase;*/
  /*border: 2px solid #2c3e50;*/
  margin-top: 10px; 
  font-size: 0.7em;
  font-weight: 700;
  padding: 15px 2px;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.btnPart:hover {
  border-color: #F7B500;
  color: #793035;
}

.btnPart p {
	text-align: left;
}

#services .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 54px 8px 10px 0;
  transition: 0.5s;
  margin-top: 10px;
  background: #992381;
  border: 2px solid #C00097;
  color: #fff;
}

#services .btn-get-started:hover {
  background: #C00097;
  border: 2px solid #fff;
}

#services .btn-get-started-bis {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 54px 8px 10px 0;
  transition: 0.5s;
  margin-top: 10px;
  background: #b08146;
  border: 2px solid #b08146;
  color: #fff;
}

#services .btn-get-started-bis:hover {
  background: #cc9249;
  border: 2px solid #fff;
}

.align {
  clear: both;
  margin: 90px auto 20px;
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

.align > li {
  width: 500px;
  min-height: 300px;
  display: inline-block;
  margin: 10px 20px 10px 30px;
  padding: 0 0 0 40px;
  vertical-align: top;
}

.servSoldi img {
	height: 40px;
	width: 40px;
}

@media (max-width: 991px) {
  .rspCarte img {
    height: 250px;
	width: 490px;	
  }	
}

/* ///////////////////////////////////////////////////

HARDCOVER
Table of Contents

1. container
2. background & color
3. opening cover, back cover and pages
4. position, transform y transition
5. events
6. Bonus
  - Cover design
  - Ribbon
  - Figcaption
7. mini-reset

/////////////////////////////////////////////////////*/

/*
  1. container
*/

.book {
  position: relative;
  width: 160px; 
  height: 220px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
  2. background & color
*/

/* HARDCOVER FRONT */
.hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec;
}

.book_spine li:first-child {
  background: #eee;
}
.book_spine li:last-child {
  background: #333;
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999;
}

/* page */

.page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

.page img {
	width: 35px;
	height: 35px;
}

.pagePart img {
	width: 20px;
	height: 20px;
}

/*
  3. opening cover, back cover and pages
*/

.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}

/*
  4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.page,
.page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}

.page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/*
  5. events
*/

.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

/*
  6. Bonus
*/

/* cover CSS */

.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coverDesign::after {
  background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.coverDesign h1 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 24% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  margin: 10%;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.yellow {
  background-color: #f1c40f;
  background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}

.blue {
  background-color: linear-gradient(#443745, #C4B5C5);
  background-image: -webkit-linear-gradient(top, #443745 58%, #800066 0%);
  background-image: -moz-linear-gradient(top, #C4B5C5 58%, #443745 0%);
  background-image: linear-gradient(top, #443745 58%, #C4B5C5 0%);
}

.part {
  background-color: linear-gradient(#443745, #C4B5C5);
  background-image: -webkit-linear-gradient(top, #443745 58%, #b08146 0%);
  background-image: -moz-linear-gradient(top, #C4B5C5 58%, #443745 0%);
  background-image: linear-gradient(top, #443745 58%, #C4B5C5 0%);
}

.grey {
  background-color: #f8e9d1;
  background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.ribbon {
  background: #c0392b;
  color: #fff;
  display: block;
  font-size: 0.7em;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em; 
  text-align: center;
  -webkit-transform: rotateZ(45deg) translateZ(1px);
  -moz-transform: rotateZ(45deg) translateZ(1px);
  transform: rotateZ(45deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
}

.ribbon::before,
.ribbon::after{
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #c0392b;
  border-top: 20px solid transparent;
}

.ribbon::before{
  left: -20px;
  border-left: 20px solid transparent;
}

.ribbon::after{
  right: -20px;
  border-right: 20px solid transparent;
}

/* figcaption */

figcaption {
  padding-left: 40px;
  text-align: left;
  position: absolute;
  top: 0%;
  left: 160px;
  width: 310px;
}

figcaption h1 {
  margin: 0;
}

figcaption span {
  color: #16a085;
  padding: 0.6em 0 1em 0;
  display: block;
}

figcaption p {
  color: #63707d;
  line-height: 1.3;
}

/* Media Queries */
@media screen and (max-width: 37.8125em) {
  .align > li {
    width: 100%;
    min-height: 440px;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
  }

  .book {
    margin: 0 auto;
  }

  figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%;
  }
}
/**/

/*--------------------------------------------------------------
# Équipe
--------------------------------------------------------------*/
#equipe{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#equipe .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.equipe h2 {
	font-size: 28px;
}

.imgEquipe img {
	margin: 15px auto;
	display: block;
	border: 2px solid #2c2f3f;
	border-radius: 50px;
	height: 190px;
	width: 250px;
	margin-bottom: 10px;
}

.imgEquipe2 {
	background: url('../img/FormationTeamSoldicom.png');
	margin: 15px auto;
	display: block;
	border: 2px solid #2c2f3f;
	border-radius: 50px;
	height: 190px;
	width: 250px;
}
/*-----------*/
.equipe .content ul {
  list-style: none;
  padding: 0;
}

.equipe .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.equipe .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #4ECA5A;
}

.position {
	padding: 30px;
}

.equipe .content p {
  padding: 5px;
  line-height: 20px;
  margin-bottom: 1px;
  color: #6b6a6a;
  font-weight:600;
}

.coupe {
	height: 150px;
	margin-bottom: 50px;
	/*width: 410px;*/
	position: relative;
}

.Htexte p {
	text-align: center;
}

.Htexte Trait01 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.Htexte Ligne01 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.Htexte Ligne02 {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}

.Htexte Ligne03 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.frontofcard, .backofcard {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.coupe:hover{ 
	transform: rotateY(180deg); 
}

.frontofcard { backface-visibility: hidden; }

.backofcard { 
	backface-visibility: hidden; 
}
.coupe { transform-style: preserve-3d; }

.backofcard { transform: rotateY(180deg);}

.coupe { transition: all 0.8s ease-in; }.

.container { perspective: 1000px; }

.bandeTitre {
	text-align: center;
	height: 10px;
	width: 250px;	
	margin: auto;
	margin-bottom: 40px;
}

.bandeTitre p {
	text-align:center;
	margin-bottom: 0;
	color:#fff;
	font-weight:600;
	padding: 2px 5px;
	/*border: solid #000;*/
	background: #95A2B1;
	border-radius: 15px 150px;
	/*background: linear-gradient(#535457, #535457, #67686C, #898A8C, #898A8C, #9FA0A1, #9FA0A1, #898A8C, #898A8C, #67686C, #535457, #535457);*/
}

/*--------------------------------------------------------------
# Freelance
--------------------------------------------------------------*/
#freelance{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#freelance .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.freelance h2 {
	font-size: 28px;
}

/*.freelance .image {
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/boutiquelingerie.png');
	background-size:cover;
	background-position:center;
}*/

.freelance .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.imgFreelance img {
	height: 400px;
	width: 690px;
}

@media (max-width: 991px) {
  .imgFreelance img {
    height: 250px;
	width: 510px;	
  }	
}

.freeSoldi img {
	height: 40px;
	width: 40px;
}

.imgFree img {
	border-radius: 50px;
}

/*.freelance .content img {
	padding:20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/.png');
	background-size:cover;
	background-position:center;
}*/

.freelance .content ul {
  list-style: none;
  padding: 0;
}

.freelance .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.freelance .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #4ECA5A;
}

.position {
	padding: 30px;
}

.freelance .content p {
  padding: 5px;
  line-height: 20px;
  margin-bottom: 1px;
  color: #6b6a6a;
  font-weight:600;
}

.freelance colorFreeA {
	color: #0070C0;
	font-weight:600;
}

.freelance a:hover colorFreeA {
	color: #00803A;
	font-weight:600;
}

.freelance a:hover colorFreeB {
	color: #00803A;
	font-weight:600;
}

/*.imgEquipe2 {
	background: url('../img/FormationTeamSoldicom.png');
	margin: 15px auto;
	display: block;
	border: 2px solid #2c2f3f;
	border-radius: 50px;
	height: 190px;
	width: 250px;
}*/

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#clients .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.clients h2 {
	font-size: 28px;
}

/*.clients .image {
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/boutiquelingerie.png');
	background-size:cover;
	background-position:center;
}*/

.clients .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.imgClients img {
	height: 400px;
	width: 690px;
}

@media (max-width: 991px) {
  .imgClients img {
    height: 250px;
	width: 510px;	
  }	
}

.CliSoldi img {
	height: 40px;
	width: 40px;
}

.imgCli img {
	border-radius: 50px;
}

/*.clients .content img {
	padding:20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	background: url('../img/.png');
	background-size:cover;
	background-position:center;
}*/

.clients .content ul {
  list-style: none;
  padding: 0;
}

.clients .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.clients .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #4ECA5A;
}

.position {
	padding: 30px;
}

.clients .content p {
  padding: 5px;
  line-height: 20px;
  margin-bottom: 1px;
  color: #6b6a6a;
  font-weight:600;
}

.clients .SLigne04 p {
	line-height: 25px;
}

.clients .SLigne05 p {
	line-height: 25px;
}

.clients .SLigne06 p {
	line-height: 25px;
}

.clients colorFreeA {
	color: #0070C0;
	font-weight:700;
}

.clients colorCliA {
	color: #0070C0;
	font-weight:600;
}

.clients a:hover colorCliA {
	color: #00803A;
	font-weight:600;
}

.clients a:hover colorCliB {
	color: #00803A;
	font-weight:600;
}

/*.imgEquipe2 {
	background: url('../img/FormationTeamSoldicom.png');
	margin: 15px auto;
	display: block;
	border: 2px solid #2c2f3f;
	border-radius: 50px;
	height: 190px;
	width: 250px;
}*/

/*--------------------------------------------------------------
# LogLangage
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

/*.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}*/

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  /*opacity: 0.5;*/
  transition: 0.3s;
  height: 45px;
  width: 55px;
  /*filter: grayscale(100);*/
}

.clients .phpSoldi img {
  /*opacity: 0.5;*/
  transition: 0.3s;
  height: 45px;
  width: 70px;
  /*filter: grayscale(100);*/
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact{
	background: url('../img/présentationlingeriefine.png');
	background-size:cover;
	background-position:center;
}

#contact .container {
	background: linear-gradient(45deg, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9), #FFFCF3, rgba(248,242,245,0.9), rgba(248,242,245,0.9), rgba(248,242,245,0.9));
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 0px 2px 55px rgba(132, 33, 60, 0.8);
}

.contact h2 {
	font-size: 28px;
}

.contact .info {
  width: 100%;
  background: transparent;
}

.contact .info i {
  font-size: 20px;
  color: #BF4E44;
  float: left;
  width: 30px;
  height: 30px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #150517;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62176b;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff7f5d;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: transparent;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff7f5d;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #BF4E44;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff9377;
}

.contact colorMail01 {
	font-weight:700;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
	text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg, #84213C, #BF4E44, #000000, #000000, #000000, #000000, #000000, #000000, #000000, #BF4E44, #84213C);
    font-weight: 600;
}

footer .container a {
    color: #9e8773;    
    font-weight: 600;
}

footer .cook h6 {
	color: #fff;
}

#footer color1 {
	color: #2863ed;
}

#footer color2 {
	color: #fff;
}

#footer color3 {
	color: #db1f28;
}

#footer color4 {
	color: #00B0F0;
}

#footer color5 {
	color: #FFC000;
}

/*.fdecran {
	background: #b7c793;
}*/

.remix {
	background: #a1a39d;
}

.logImg img {
	height: 48px;
	width: 54px;
}

.texte h2 {
	font-size: 22px;
	color: #000000;
	text-decoration: underline;
}

.texte h5 {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.btn-color {
	background: #FF7F5D;
	color: #fff;
	font-weight: 600;
}

.texte small {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.card-body h2{
	color:#000000;
	font-size:20px;
}

.card-body h5{
	color:#000000;
	font-size:14px;
}

#video-full { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.card {
  perspective: 150rem;
  position: relative;
  height: 40rem;
  max-width: 400px;
  margin: 2rem;
  box-shadow: none;
  background: none;
}

.card-side {
  height: 35rem;
  border-radius: 15px;
  transition: all 0.8s ease;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 2rem;
  color: white;
}

.card-side.back {
  transform: rotateY(-180deg);
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%,#C850C0 46%, #FFCC70 100%);
}

.card-side.front {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.card:hover .card-side.front {
  transform: rotateY(180deg);
}

.card:hover .card-side.back {
  transform: rotateY(0deg);
}
/**/
.hover-rotate {
  overflow: hidden;
  margin: 8px;
  min-width: 240px;
  max-width: 320px;
  width: 100%;
}

.hover-rotate img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.hover-rotate:hover img {
  transform: scale(1.3) rotate(5deg);
}