/**
* Template Name: Lonely - v3.0.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Poppins";
  color: #681d4d;
}

a {
  color: #681d4d;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
  color: #681d4d;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}


/*--------------------------------------------------------------
# Webfonts
--------------------------------------------------------------*/

@import url("../fonts/stylesheet.css");


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

/*-- Bouton Retour au debut - Back to Top  -*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #681d4d;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #666666;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--  Barre de tache du site  --*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

/*--  Texte de la Barre de Tache  --  Karine Belay  Soutien scolaire  --*/
#header .logo h1 {
  font-size: 40px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  letter-spacing: 0px;
  font-family: "hello_valentica";
}

@media (max-width: 768px) {
#header .logo h1 {
  font-size: 20px;
  text-align: center;
  font-family: "hello_valentica";
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

/*-- Couleur Texte Menu Non Actif  --*/
.nav-menu a {
  display: block;
  position: relative;
  color: #681d4d;
  padding: 15px;
  transition: 0.3s;
  font-size: 18px; /*-- Taille texte du menu --*/
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

/*-- Menu Actif  --*/
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #c59e2c;
  text-decoration: none;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #681d4d;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #681d4d;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #c59e2c;
  text-decoration: none;
}

.mobile-nav-overly {
  width: 100%;
  height: 500%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--   Background page d'accueil  --*/
#hero {
  height: calc(100vh - 65px); /*--   Hauteur page (100vh et espace pour le menu (65px)  --*/
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  padding: 0 15px;
}

/*--  Texte Page d'Accueil  --*/
#hero h2 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
  color: #681d4d;;
}


@media (max-width: 768px) {

/*--  Image de fond et Texte Page d'Accueil  --*/

#hero {
  background-attachment: fixed;
}

#hero {
  height: calc(99vh - 35px); /*--   Hauteur page (100vh et espace pour Karine Belay  (65px)  --*/
  background: url("../img/hero-bg768.jpg") top center;
  background-size: cover;
  padding: 0 15px;
}

#hero .logo img {
  padding: 0;
  margin: 0;
  max-width: 100%;

}
  
#hero h2 {
  margin-left: 15px;
  margin-right: 15px; 
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  text-align: center;
  color: #681d4d;;
}

}

/*--------------------------------------------------------------
# SECTION GENERALE
--------------------------------------------------------------*/

/*--  Distance Haut de Page et Titre  --*/
section {
  padding: 40px 0;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6f9 0%, #fff 100%);
}

/*--  S�paration Titre et Trait avec la suite  --*/
.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "poppins";
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #681d4d;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #681d4d;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #681d4d;
}


/*--------------------------------------------------------------
# QUI SUIS-JE ?
--------------------------------------------------------------*/
#qui {
  min-height: 100vh;
  background: url("../img/hero-bg-Base.jpg") top center;
  background-size: cover;
  padding: 0 15px;
}

#qui .content {
  padding: 30px 0;
}

#qui .content h3 {
  font-size: 22px;  /*-- Taille texte  --*/
  color: #681d4d;
  font-family: "poppins";
  font-weight: normal;
  padding: 20px 0;
}

#qui .content p {
  margin-bottom: 0;
}

#qui .image {
  background: url("../img/me.jpg") center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin-right: 30px;
  margin-top: 50px;
}


@media (max-width: 768px) {

#qui .image {
  background: url("../img/me768.jpg") center no-repeat;
  background-size: cover;
  max-height: 80%;
  margin-right: 30px;
  margin-top: 30px;
}

#qui .content h3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

}

/*--------------------------------------------------------------
# TARIFS
--------------------------------------------------------------*/

#tarifs {
  min-height: 100vh;
}

#tarifs h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: poppins;
  text-align: center;
}

#tarifs h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: poppins;
  text-align: center;
}

#tarifs h5 {
  font-size: 16px;
  font-weight: normal;
  font-family: poppins;
  text-align: left;
  text-align: center;
}

#tarifs .lien {
  color: #681d4d;
}

#tarifs .lien:hover {
  color: #c59e2c;
}


/*--------------------------------------------------------------
# TEMOIGNAGES
--------------------------------------------------------------*/


/*-- Nombre d'items : Ligne 187 --*/
/*-- Pour remettre en route le Carousel : Fichier owl.carousel.js, ligne 2977, SlideBy = 1  --*/
/*-- Pour remettre en route le Carousel : Fichier owl.carousel.minjs, recherchez SlideBy et le mettre = 1  --*/

#temoignages {
  min-height: 100vh;
}

#temoignages .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

 /*--   Texte nom  --*/
 #temoignages .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 30px;
  color: #c59e2c;
}

#temoignages .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c59e2c;
  font-size: 26px;
}

#temoignages .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

#temoignages .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

#temoignages .testimonial-item p {
  font-style: italic;
  font-size: 19px; /*--   Taille texte de l'avis  --*/
  text-align: justify;
  margin: 0 15px 0 15px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}

#temoignages .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#temoignages .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

#temoignages .owl-dot.active {
  background-color: #681d4d !important;
}


@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}


/*--------------------------------------------------------------
# CGPS
--------------------------------------------------------------*/

.cgps .content {
  padding: 30px 0;
}

.cgps .content h3 {
  font-size: 16px;
  color: #681d4d;
  font-family: "poppins";
  font-weight: normal;
}

.cgps .content p {
  margin-bottom: 0;
}

.cgps .image {
  background: url("../img/cgps/cgps.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin-right: 30px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .cgps .image {
    text-align: center;
  }
  .cgps .image img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .cgps .image img {
    max-width: 100%;
  }
  
  .cgps .image {
  background: url("../img/cgps/cgps768.jpg") center center no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-right: 30px;
  margin-top: 0px;
}

  .cgps h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
}


/*--------------------------------------------------------------
# Mentions legales
--------------------------------------------------------------*/

.mentions .content {
  padding: 30px 0;
}

.mentions .content h3 {
  font-size: 16px;
  color: #681d4d;
  font-family: "poppins";
  font-weight: normal;
}

.mentions .content p {
  margin-bottom: 0;
}

.mentions .image {
  background: url("../img/mentions.png") center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin-right: 30px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .mentions .image {
    text-align: center;
  }
  .mentions .image img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .mentions .image img {
    max-width: 100%;
  }

  .mentions .image {
  background: url("../img/mentions.png") center center no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-right: 30px;
  margin-top: 0px;
}
  
  .mentions h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
}


/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

.contact .contact-about h3 {
  font-size: 45px;
  font-family: "hello_valentica";
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  color: #681d4d;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins";
  color: #681d4d; 
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #681d4d;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #681d4d;
}

.contact .social-links a:hover {
  background: #681d4d;
  color: #fff;
}

.contact .info {
  color: #5a656e;
}

.contact .info i {
  font-size: 32px;
  color: #681d4d;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ff0000;
  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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

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

.contact .php-email-form button[type="submit"] {
  background: #681d4d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 20px;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 24px 0;
  font-size: 14px;
  box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.12);
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
}
