/* Global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", Sans-serif;
  background-color: #171717;
}

:root {
  /* --bs-heading-color: rgba(232, 230, 227, 0.97);
    --bs-body-color: rgba(232, 230, 227, 0.97); */
  --bs-heading-color: rgba(255, 255, 255, 0.85);
  --bs-body-color: rgba(255, 255, 255, 0.85);
}

a {
  color: rgb(252, 244, 244);
  text-decoration: none;
  font-size: 18px;
}

p,
li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.full-height {
  min-height: 100dvh;
  min-height: 100dvh;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
}

/* Hero section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('img/fred-pianiste-annecy-haute-savoie.webp') no-repeat center center/cover;
  display: flex;
  background-attachment: fixed;
}

.hero-section h1 {
  font-family: "Italiana", Sans-serif;
}

section h1,
h2 {
  font-family: "Lato", Sans-serif;
  font-weight: 300;
  color: var(--bs-heading-color);
}

section h1 {
  font-size: 2.5rem;
}

section h2 {
  font-size: 2.5rem;
}

section.p-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.hero-section .pianiste, .hero-section .annecy,
h3 {
  font-family: "Lato", Sans-serif;
}

.hero-section h1 {
  font-size: 192px;
  font-weight: 100;
  line-height: 0.8 !important;
}

.hero-section .pianiste {
  display:block;
  font-size: 116px;
  font-weight: 200;
  margin-left: -2px;
  line-height: 0.8 !important;
}

.hero-section .annecy {
  display:block;
  font-size: 37px;
  font-weight: 200;
  padding-left: 12px;
  line-height: 1.2 !important;
}

/* .hero-section h2,
h3 {
  font-family: "Lato", Sans-serif;
}

.hero-section h1 {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.8 !important;
}

.hero-section h2 {
  font-size: 116px;
  font-weight: 200;
  margin-left: -2px;
  line-height: 0.8 !important;
}

.hero-section h3 {
  font-size: 40px;
  font-weight: 200;
  padding-left: 12px;
  line-height: 0.7 !important;
} */

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.presentation-pianiste-section {
  position: relative;
  background-image: url('img/fred-pianiste-annecy-haute-savoie-74-blurred.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100dvh;
}

.presentation {
  position: relative;
  background-image: url('img/fred-professeur-piano-annecy-blurred.jpg');
  background-size: cover;
  background-position-y: 25%;
  background-repeat: no-repeat;
  height: 100dvh;
}

.presentation .background-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.presentation img {
  max-width: 250px;
  ;
}

.accompagnement {
  background-image: url('img/fred-professeur-de-piano-annecy.webp');
}

.accompagnement h2,
.espace-personnel h2 {
  font-size: 40px;
}

.espace-personnel img {
  max-width: 240px;
  ;
}

/* Video section */
.video-section {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.video-section p {
  font-size: 20px;
}

.video-section .background-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* Parcours section */
.parcours-section, .derniers-concerts-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: hsla(150, 33%, 4%, 1);
  background-image: radial-gradient(at 44% 83%, hsla(170, 100%, 62%, 0.36) 0px, transparent 50%), radial-gradient(at 51% 83%, hsla(203, 100%, 90%, 0.15) 0px, transparent 50%);
}

.parcours-section p {
  font-size: 20px;
}

.parcours-section .accordion-body {
  font-size: 18px;
}

.evenements-section {
  background-color: #1C1C1C;
  background-image: url(img/fred-professeur-de-piano-annecy.webp);
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partitions .card, .blog-articles .card{
  background-color: rgba(255, 255, 255, 0.05);
}

.partitions .description {
  font-size: 16px;
}

.partitions h2{
  font-size: 22px;
}

.partitions .card-date, .blog-articles .card-date{
  font-size: 14px;
}
.partition h1{
  font-size: 2rem;
  font-weight:900 !important;
}
.partition p, .partition li {
  font-size: 16px;
}

.partition h2 {
  font-size: 25px;
  font-weight:600 !important;
}

.partition h3 {
  font-size: 20px;
}
.blog-articles, .blog-articles h1, .blog-articles h2, .blog-articles p{
  font-family:"Roboto";
}
.blog-articles h2, .blog-articles h2 a{
  color:var(--bs-body-color);
  font-size:20px;
  font-weight:400;
}
.blog-articles .blog-image{
  max-height: 180px;
  overflow: hidden;
}
.blog-articles .card-body .published{
  margin-bottom: 5px;
}
.blog-articles .card-body .description{
  font-size: 14px;
}
:is(.blog-article, .piano-sheet-music) .hamburger .line{
  background-color: #1e1e1e;
}
:is(.blog-article, .piano-sheet-music) .hamburger .label{
  color: #1e1e1e;
}
:is(.blog-article, .piano-sheet-music) .hamburger.is-active .line{
  background-color: #efefef;
}
:is(.blog-article, .piano-sheet-music) .hamburger.is-active .label{
  color: #efefef;
}
.blog-article .table_component{
  overflow-x: scroll;
  width: 100%;
}
.blog-article table tr{
  line-height: 1.2;
}
.blog-article table td, .blog-article table th{
  padding: 10px 10px;
  font-weight: 400;
  line-height: 1.2;
}
.blog-article table td, .blog-article table th{
  border:1px solid #1a1a1a;
}
.blog-article table th{
  font-weight:600;
}
.blog-article table .orange{
  color: #871616;
}
.blog-article table .green{
  color:  #01301a;
}
.blog-article table caption{
  text-align: center;
  margin-bottom: 20px;
}

.blog-article, .piano-sheet-music{
  background-color:#fafafa;
  font-family: "Roboto";                        
}
@media screen and (max-width: 1024px) {
  .blog-article .blog-content{
      padding:0 20px;
  }
}
.blog-article h1, .blog-article h2:not(.contact-section h2), .blog-article h3, .blog-article h4, .blog-article h5, .blog-article p:not(.instagram-post p,.contact-section p,.author-box p, footer p), .blog-article li, .blog-article table, .blog-article .accordion-button,
.piano-sheet-music h1, .piano-sheet-music h2:not(.contact-section h2), .piano-sheet-music h3, .piano-sheet-music h4, .piano-sheet-music h5, .piano-sheet-music p:not(.contact-section p,.author-box p, footer p), .piano-sheet-music li, .piano-sheet-music table{
  color:#1e1e1e;
}
.collaborations h1{
  font-size:30px;
  font-weight:700;            
}
.blog-article h1{
  font-size:30px;
  font-weight:900;            
}
.blog-article h2:not(.contact-section h2),.collaborations h2:not(.contact-section h2){
  font-size:25px;
  font-weight:700;
  margin-top:35px;
}
.blog-article h3:not(.contact-section h3,.author-box p.title,.accordion h3),.collaborations h3:not(.contact-section h3,.author-box p.title){
  font-size:20px;
  font-weight:600;
  margin-top:35px;
}
.blog-article h4:not(.contact-section h4,.author-box p.sub-title){
  font-size:18px;
  font-weight:500;
  margin-top:20px;
  margin-bottom: 2px;
}
.blog-article p:not(.contact-section p,.author-box p, footer p),.blog-article li, 
.piano-sheet-music p:not(.contact-section p,.author-box p, footer p),.piano-sheet-music li,
.collaborations p:not(.contact-section p,.author-box p, footer p),.collaborations li{
  font-weight:400;
  font-size:18px;
}
.blog-article p.published, .piano-sheet-music p.published{
  font-size:14px !important;  
  color: #444 !important;
}
.blog-article p.published a, .piano-sheet-music p.published a{
  font-size: 14px;
}
.blog-article p strong,.blog-article li strong{
  font-weight:500;
}
.blog-article a:not(.footer a, nav a, .author-box a, .contact-section a),
.piano-sheet-music a:not(.footer a, nav a, .author-box a, .contact-section a){
  color:#013A63;
  font-weight:500;
  text-decoration: underline;
}

.blog-article .accordion-button{
  padding:10px 0 0 0;
  font-weight:600;
  align-items: flex-start;
}
.blog-article .accordion-button::before{
  content:"+";
  margin-right:5px;
  color: #58ab9d;
}
.blog-article .accordion-body{
  padding-top:10px;
  padding-bottom:0px;
}

.blog-article ul, .piano-sheet-music ul, .collaborations ul, .blog-article ol{
  padding-left:20px;
}
.blog-article .encart{            
  color:#1e1e1e; 
  padding: 0px 10px;
  border-left: 4px solid #29645a;
  margin: 20px 0;   
  font-size:16px;            
  line-height:1.3;
}
.blog-article .encart strong {
  color: #58ab9d;
}
.blog-article .encart a{
  font-size:16px;
}
.blog-article .related-posts{
  padding: 22px;
  background-color: #f1f1f1;
}
.blog-article .related-posts p{
  margin-bottom: 2px;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.blog-article .related-posts ul{
  margin-bottom:5px;
}
.blog-article .related-posts li{
  line-height: 1.3em;
}
.blog-article .related-posts a{
  font-size: 14px;
  line-height: 0.8em;
}
.partition .author-box {
  margin-top: 20px;
}
.author-box {
  border: 1px solid #333;
  padding: 20px;
  background-color: rgba(20,20,20,1);
  margin-top: 50px;
  border-radius: 8px; /* Ajout de coins arrondis */                                    
}
.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%; /* Pour rendre l'image circulaire */
  margin-right: 15px;
  object-fit: cover; /* Pour ajuster l'image dans le cadre circulaire */                            
}
.author-box p.title, .author-box p.sub-title,.author-box p, .author-box p a {
  color:rgba(255,255,255,0.97);  
}
.author-box p.title {
  margin: 0;
  font-size: 18px;
  font-weight:400;    
  line-height: 1;                                  
}
.author-box p.sub-title {
  font-size: 16px;                 
  font-weight:300;
  line-height: 1.3; 
}
.author-box p {
  margin: 5px 0;
  font-size: 14px;                                
  line-height: 1.6;
  font-weight:300;            
}
.author-box .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px; /* Espace entre le header et la description */  
}
.author-box a { 
  font-size:14px;
  font-weight:300;                           
  text-decoration: none;                            
}
.author-box a.btn-outline-light{
  border-color: rgba(255,255,255,0.8) !important;
}
.contact-section {
  background-color: #0C0C0C;
  padding: 75px 0;
}

.contact-section #contact_form .form-control {
  background-color: rgba(20,20,20,1) !important;
  border: 1px solid #FFFFFF1a;
  box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.5);
  color: var(--bs-body-color);
  border-radius: 3px;
  transition: border 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 15px;
  font-weight: 300;
}

.contact-section input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.contact-section #contact_form button {
  font-size: 17px;
  background-color: #29645a;
  ;
  height: 41px;
  border-radius: 3px;
  padding: 0 25px;
  color: #fff;
  border: none;
  font-weight: 500;
  font-family: "Lato", Sans-serif;
}

.contact-section #contact_form .form-control::placeholder, .contact-section #contact_form select.form-control {
  color: #ffffffcb;
}

.contact-section label {
  font-weight: 300;
}

.contact-section a {
  font-size: 1rem;
}

.contact-section .traitement-donnees {
  height: 35px;
  overflow-y: scroll;
  color: var(--bs-body-color);
  font-size: 14px;
  font-weight: 300;
}

.contact-section .traitement-donnees a {
  font-size: 14px;
}

.contact-section label.traitement-donnees-checkbox, .contact-section label.traitement-donnees-checkbox a{
  font-size: 14px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px; /* Espace entre la case à cocher et le texte */
}

.checkbox-label input {
  margin: 0; /* Retire l'espace par défaut autour de la case à cocher */
}


.derniers-concerts-section .concerts-list {
  max-height: 457px;
  overflow-y: scroll;
}
.derniers-concerts-section .concerts-list p {
  margin-bottom: 10px;
  line-height: 20px !important;
}
.derniers-concerts-section .concerts-list .event-date{
    background: rgba(255, 255, 255, 0.1);
    padding: 7px 7px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 13px;
    max-width: 60px;
    display: inline-block;
    text-align: center;
    min-width: 60px;
}
.derniers-concerts-section .concerts-list .event-title{
  font-weight:400;
  color:rgba(255,255,255,0.85)
}
.derniers-concerts-section .concerts-list p,
.faq-section .accordion-body p, .faq-section .accordion-body li{
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.faq-section h3{
  font-size: 18px;
}
.faq-section .card-body{
  background-color: rgba(20, 20, 20, 1) !important;
  padding: 30px;
  margin-bottom: 10px;
}
.faq-section .star {
  width: 20px;
  height: 20px;
  fill: rgb(230 156 14); /* Couleur jaune des étoiles */
}

.faq-section .review-text {
  font-style: italic;  
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
  font-size: 18px;
  line-height: 1.4;
}

.faq-section .review-text::before {
  content: "“";
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: -10px;
  color: #ccc;
}

.faq-section .review-bar {
  border-left: 1px solid rgba(255,255,255,0.4);
  padding-left: 1rem;
}


footer {
  background-color: #090909;
  border-top: #333 1px solid;
}

footer p a,
footer p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2em;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
  z-index: 100;
}

nav ul {
  list-style: none;
  padding: 100px 20px;
}
nav ul ul{
  padding: 0px 20px;
}
nav ul li {
  margin-bottom: 20px;
}

nav ul li ul li {
  margin-bottom: 0px;
}

nav ul li a {
  font-size: 35px;
  font-weight: 400;
  transform: scaleX(100%);
  transition: transform 0.9s ease-in;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
nav ul li ul li a {
  font-size: 26px;
  font-weight: 300;
}
nav ul li ul li a:before {
  content:"»";
  margin-right:10px;
}

/* Menu toggle */
.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: rgba(232, 230, 227, 0.70);
  display: block;  
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .label{
  display:block; 
  text-align:center; 
  margin-top:6px; 
  font-size:12px; 
  letter-spacing:0.08em;
}
.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.menu-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 101;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked~nav {
  transform: translateX(0);
}

input[type="checkbox"]:checked~nav ul li a {
  opacity: 1;
  transform: scaleX(0);
}

body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000;
}

.btn-outline-light{
  --bs-btn-color: rgba(255, 255, 255, 0.97);
  --bs-btn-font-weight: 300;
  --bs-btn-border-color: var(--bs-body-color);
}
.blog-article .btn-outline-light, .blog-article a.btn-outline-light:hover{
  --bs-btn-color: #013A63;
  --bs-btn-font-weight: 300;
  border-color: #013A63 !important;
  text-decoration: none !important;
}
.btn:hover {
  background-color: var(--bs-body-color);
}

.btn-download {
    margin-bottom: 0px !important;
}

.btn-download a {
    background: linear-gradient(135deg, rgb(183, 75, 35), rgb(216, 113, 53), rgb(183, 75, 35));
    background-size: 200% 100%;
    background-position: left center;
    text-decoration: none !important;
    padding: 9px 28px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    transition: background-position 0.35s ease;
}

.btn-download a:hover {
    background-position: right center;
}

.btn-download a:active {
    background-position: right center;
}

/* Accordion */

.accordion {
  --bs-accordion-bg: rgba(0, 0, 0, 0);
  --bs-accordion-active-color: var(--bs-body-color);
  --bs-accordion-active-bg: rgba(255, 255, 255; 0.1);
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-border-color: rgba(255, 255, 255, 0.4);
}

.accordion-body {
  padding-top: 0px;
}

.accordion-body p {
  font-size: 18px;
}

.accordion-button {
  font-size: 1.2rem;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

/*// Glow Border Animation //*/
.animated-border-box img {
  margin: 10px;
  border-radius: 7px;
  padding: 17px;
  background: #000000;
}

.animated-border-box,
.animated-border-box-glow {
  max-height: 372px;
  max-width: 260px;
  height: 372px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  /* Border Radius */
  border-radius: 10px;
}

.animated-border-box-glow {
  overflow: hidden;
  /* Glow Blur */
  filter: blur(5px);
}

.animated-border-box:before,
.animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(rgba(0, 0, 0, 0), #1976ed, rgba(0, 0, 0, 0) 25%);
  /* change speed here */
  animation: rotate 4s linear infinite;
}

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  /* border width */
  left: 1px;
  top: 1px;
  /* double the px from the border width left */
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /*bg color*/
  background: #1C1C1C;
  /*box border radius*/
  border-radius: 7px;
}

/* Scrollbar pour Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 5px;
  /* Largeur de la scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  /* Couleur de la barre de défilement (noire) */
  border-radius: 10px;
  /* Optionnel : adoucit les coins */
}

::-webkit-scrollbar-track {
  background-color: #1c1c1c;
  /* Couleur de la piste (blanche) */
}

/* Scrollbar pour Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) #1c1c1c;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* Style de la bannière de consentement des cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0c0c0c8c;
  padding: 6px 25px 0px 25px;
  text-align: center;
  font-size: 16px;
  z-index: 1000;
  display: none;
  /* Cachée par défaut */
}

.cookie-banner-content p,
.cookie-banner-content a {
  font-size: 14px;
}

.cookie-banner-content p {
  margin: 0;
  display: inline-block;
}


/* latin */
@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XQmWaXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-oPCI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_Gwft.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}