/**
* 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", sans-serif;
  color: #5a656e;
}

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

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

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

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


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

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


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

/*-- Bouton Retour au d�but - Back to Top  -*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #e28e04;
  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: #4a4a49;
  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  --  Lauriane BELAY  --*/
#header .logo h1 {
  font-size: 40px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 599;
  letter-spacing: 0px;
  font-family: "bellarinaregular";
}

#header .logo h1 a, #header .logo h1 a:hover {
  color:#e28e04;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

/*--------------------------------------------------------------
# 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;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #e28e04;
  padding: 15px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: normal;
  font-family: "nunito.bold", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #4a4a49;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2c4964;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #d43076;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* 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;
}

/*-- Couleur Burger  --*/
.mobile-nav-toggle i {
  color: #e28e04;
}

.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: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

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

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  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
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  padding: 0 15px;
  height: calc(100vh - 72px);
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
  font-family: "Poppins";
  text-align:center;
}

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

@media (max-width: 768px) {

/*--  Image de fond et Texte Page d'Accueil  --*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg-768.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 15px;
}

  #hero h1 {
    font-size: 50px;
    line-height: 80px;
}
  
  #hero .logo img {
  	padding: 0;
  	margin: 0;
  	max-height: 130px;
}  

  #hero h2 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Poppins";
  text-align: center;
}

  #hero h2 .bellarina {
  	margin-bottom: 10px;
  	font-size: 50px;
  	font-weight: 300;
	font-family: "bellarinaregular";
  	text-align: center;
  	color: #e28e04;
}

  #header .logo h1 {
  	font-size: 0px;
}  
}

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

/*--  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;
}

/*-- Titre  --*/
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "poppins";
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #4a4a49;
}

/*--  Trait sous le titre  --*/
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e28e04;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fcf2f7;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  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: #6c757d;
  content: "/";
}

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


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 0px 0px;
}

.about .content h3 {
  font-size: 16px;
  color: #4a4a49;
  font-family: "poppins";
  font-weight: normal;
}

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

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


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

@media (max-width: 768px) {

  .about .image {
   	margin-top: 0px;
  	margin-bottom: 30px;
}
   
  .about .image img {
    max-width: 0%;
  }
  
  .about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  min-height: 100vh;
}

#services .card-body h2 {
  font-size: 1.4em;
  font-weight: 700;
  font-family: "poppins";
  text-align: center;
}

.services .sportif h2 { 
  color: #339900;
}

.services .sportif .card-footer {
  background-color:#339900;
}

.services .sportif .btn-warning  {
  background-color:#339900;
  border-width:0px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.services .enseignement h2 { 
  color: #ff3eff;
}

.services .enseignement .card-footer {
  background-color:#ff3eff;
}

.services .enseignement .btn-warning {
  background-color:#ff3eff;
  border-width:0px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.services .entreprise h2 { 
  color: #03a9f4;
}

.services .entreprise .card-footer {
  background-color:#03a9f4;
}

.services .entreprise .btn-warning {
  background-color:#03a9f4;
  border-width:0px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.services .particuliers h2 { 
  color: #ff9933;
}

.services .particuliers .card-footer {
  background-color:#ff9933;
}

.services .particuliers .btn-warning {
  background-color:#ff9933;
  border-width:0px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
  
.services .accompagnement h2 { 
  color: #9900ff;
}

.services .accompagnement .card-footer {
  background-color:#9900ff;
}

.services .accompagnement .btn-warning {
  background-color:#9900ff;
  border-width:0px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
  

/*-- Fenetre Modale  --*/

/*-- Centrer la Modale  --*/

.modal {
  text-align: center;
  padding: 0!important;
}

/*-- Fenetre Modale  --*/

#services .modal {
  text-align: center;
  padding: 0!important;
}

#services .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -20px;
}

#services .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#services #sportif .modal-header {
  background-color: #339900;
}

#services #enseignement .modal-header {
  background-color: #ff3eff;
}

#services #entreprise .modal-header {
  background-color: #03a9f4;
}

#services #particuliers .modal-header {
  background-color: #ff9933;
}

#services #accompagnement .modal-header {
  background-color: #9900FF;
}

#services .modal-header .close {
  margin-right: 20px;
}

#services .modal-title {
  margin: 0px 20px 0px 20px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  font-family: "Poppins";
}

#services #sportif .modal-title {
  background-color: #339900;
}

#services #enseignement .modal-title {
  background-color: #ff3eff;
}

#services #entreprise .modal-title {
  background-color: #03a9f4;
}

#services #particuliers .modal-title {
  background-color: #ff9933;
}

#services #accompagnement .modal-title {
  background-color: #9900FF;
}

/*--  Titre Textes  --*/

#services .modal-body .section-title {
vertical-align: middle;
}

#services .modal-body .section-title h3 {
  font-size: 19px;
  font-weight: bold;
  font-family: "poppins";
  position: relative;
  color: #000;
}

/*--  Trait sous le titre  --*/

#services .section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 4px;
  bottom: 0;
  left: 0;
}

/*--  Couleur trait sous le titre  --*/

#services #sportif .section-title h3::after {
  background:  #339900;
}

#services #enseignement .section-title h3::after {
  background:  #ff3eff;
}

#services #entreprise .section-title h3::after {
  background:  #03a9f4;
}

#services #particuliers .section-title h3::after {
  background:  #ff9933;
}

#services #accompagnement .section-title h3::after {
  background:  #9900FF;
}

/*--  Textes  --*/

#services .modal-body {
  display: inline-block;
  margin-right: 20px;
  text-align: justify;
  font-family: "Poppins";
  font-size: 15px;
  color: #000;
  line-height: 24px;
  background-color: #fff;
}

#services .modal-footer {
  background-color: #fff
}

#services .fade.show {
  background: rgba(0, 0, 0, 0.5);
}

/*-- Images Accompagnement  --*/

@media (max-width: 768px) {

.services .icon-box::before {
   bottom: 60%;
}  
  
.modal:before {
  margin-right: -10px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 350px;
}

#services .image {
   	margin-top: 0px;
  	margin-bottom: 30px;
}
   
#services .image img {
    max-width: 100%;
}

}

/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

#pricing {
  min-height: 100vh;
}

#pricing h1 {
  font-size: 15px;
  font-weight: normal;
  font-family: poppins;
  text-align: center;
}

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

#pricing h5 {
  font-size: 15px;
  font-weight: normal;
  font-family: poppins;
  text-align: left;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


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

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

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #e28e04;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #4a4a49;
  margin: 0 0 0 45px;
}

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

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

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

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

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

.testimonials .owl-dot.active {
  background-color: #e28e04 !important;
}

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


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blog {
  min-height: 100vh;
}

.btn-warning {
background-color:#e28e04;
border-width: 0px;
color: #ffffff;
outline: none;
box-shadow: none;
}


.blog .h2 {
  font-size: 25px;
  font-weight: bold;
  font-family: "poppins";
  color: #4a4a49;
}

#blog .modal {
  text-align: center;
  padding: 0!important;
}

#blog .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 900px;
}

#blog .modal-header {
  background-color: #fff;
}

#blog .modal-title {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: #4a4a49;
  font-family: "Poppins";
  background-color: #fff;
}

#blog .modal-body {
  display: inline-block;
  text-align: justify;
  vertical-align: middle;
  font-family: "Poppins";
  font-size: 15px;
  color: #4a4a49;
  line-height: 20px;
  padding:0px 25px;
  background-color: #fff;
}

#blog .modal-footer {
  display: inline-block;
  text-align: justify;
  vertical-align: middle;
  font-family: "Poppins";
  font-size: 15px;
  color: #4a4a49;
  line-height: 24px;
  background-color: #fff;
}


/*--------------------------------------------------------------
# CGV
--------------------------------------------------------------*/

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

.cgv .content h3 {
  font-size: 16px;
  color: #e28e04;
  font-family: "poppins";
  font-weight: normal;
}

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

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

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

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

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


/*--------------------------------------------------------------
# Mentions l�gales
--------------------------------------------------------------*/

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

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

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

.mentions .image {
  background: url("../img/mentions.png");
  background-position: center;
  background-repeat: 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: 40px;
  font-family: "bellarinaregular";
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  color: #e28e04;
}

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

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

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #e28e04;
  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 #e28e04;
}

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

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

.contact .info i {
  font-size: 32px;
  color: #e28e04;
  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: #339933;
  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 #e28e04;
  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: #e28e04;
}

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

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

@-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;
}
