/* .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. |
| |   ______     | || |     ____     | || |  ________    | || |  ____  ____  | |
| |  |_   _ \    | || |   .'    `.   | || | |_   ___ `.  | || | |_  _||_  _| | |
| |    | |_) |   | || |  /  .--.  \  | || |   | |   `. \ | || |   \ \  / /   | |
| |    |  __'.   | || |  | |    | |  | || |   | |    | | | || |    \ \/ /    | |
| |   _| |__) |  | || |  \  `--'  /  | || |  _| |___.' / | || |    _|  |_    | |
| |  |_______/   | || |   `.____.'   | || | |________.'  | || |   |______|   | |
| |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  */




body {
  background-color: #EEEDE5;
  color: #202020 !important;
}



body {
  height: 92.5vh;
}

body,
.nav-link,
.navbar-brand,
.dropdown-item {
  color: #202020;
  font-family: 'Rubik', sans-serif;
}

@media (min-width: 575.98px) {
  article {
    /*ordi*/
    margin: auto;
    width: 40%;
  }
}

@media (max-width: 575.98px) {

  /*mobile*/
  article {
    margin: auto;
    width: 70%;
  }
}

/* .-----------------. .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. |
| | ____  _____  | || |      __      | || | ____   ____  | |
| ||_   \|_   _| | || |     /  \     | || ||_  _| |_  _| | |
| |  |   \ | |   | || |    / /\ \    | || |  \ \   / /   | |
| |  | |\ \| |   | || |   / ____ \   | || |   \ \ / /    | |
| | _| |_\   |_  | || | _/ /    \ \_ | || |    \ ' /     | |
| ||_____|\____| | || ||____|  |____|| || |     \_/      | |
| |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------' */

nav {
  position: fixed;
  /* background-color: #202020; */
  width: 100%;
}

.container {
  padding: 0px;
  margin: 0px;
  justify-content: center;

  /*border: 10px solid red;*/
}

nav ul {
  display: flex;
  flex-direction: column !important;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 500 !important;

  /*border: 10px solid green;*/
}

.navbar-collapse {
  flex-grow: 0;
}

.nav-link.hoverbleu:hover,
.navbar-brand.hoverbleu:hover {
  color: rgb(255, 255, 255);
}

.langues,
.contact {
  border-top: 2px solid #202020;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.dropdown-toggle {
  color: rgb(255, 255, 255);
}

.dropdown-toggle:hover {
  color: rgb(255, 255, 255);
}

.navbar-toggler-icon {
  background-image: url("svg/burger_blanc.svg");
}

.navbar-toggler:focus {
  /* ombre du bouton burger mobile */
  box-shadow: 0 0 0 0;
}

@media only screen and (max-width: 575.98px) {

  /*mobile seulement*/
  nav {
    background: #202020;
    z-index: 1000;
    color: #EEEDE5 !important;
    padding-left: 5%;
  }

  nav a {
    color: #EEEDE5 !important;
  }

  .langues {
    justify-content: space-between;
  }

  .langues,
  .contact {
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 2px;
    max-width: 60px;
    border-top: 2px solid #EEEDE5;

  }
}

@media (min-width: 575.98px) {

  /*ordi seulement*/

  nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-nav {
    box-shadow: 12px 12px 2px 1px grey;
  }

  .container,
  .container-sm {
    max-width: 2000px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 2000px;
  }

  .container {
    align-items: flex-start !important;
  }

  .navbar-collapse {
    justify-content: center;
    animation: slideUpDown 4s ease-in-out infinite;
    flex-direction: column;
  }

  .navbar-collapse ul {
    border: 5px solid #202020 !important;
    border-radius: 5px;
    width: 125px;
    padding-top: 10px;
    font-size: 1em;
    font-weight: 400;
  }

  .navbar-helice {
    justify-content: space-between;
  }

  .navbar-helice img {
    margin-left: 10px;
    margin-right: 10px;
  }

  .langues,
  .contact {
    padding-top: 15px;
    margin-top: 10px;
  }

  .navbar-helice img {
    height: 30px;
  }
}

@keyframes slideUpDown {

  /*anim helice*/
  0%,
  100% {
    margin-top: 10px;
  }

  50% {
    margin-top: 80px;
  }
}

/* 
.----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |      __      | || |    _______   | || |     _____    | || |  ________    | || |  _________   | |
| |     /  \     | || |   /  ___  |  | || |    |_   _|   | || | |_   ___ `.  | || | |_   ___  |  | |
| |    / /\ \    | || |  |  (__ \_|  | || |      | |     | || |   | |   `. \ | || |   | |_  \_|  | |
| |   / ____ \   | || |   '.___`-.   | || |      | |     | || |   | |    | | | || |   |  _|  _   | |
| | _/ /    \ \_ | || |  |`\____) |  | || |     _| |_    | || |  _| |___.' / | || |  _| |___/ |  | |
| ||____|  |____|| || |  |_______.'  | || |    |_____|   | || | |________.'  | || | |_________|  | |
| |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  */

aside {
  font-size: smaller;
  font-weight: 500;
}


@media only screen and (max-width: 575.98px) {

  /*mobile seulement*/
  aside ul {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  aside {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 3vh;
    margin-bottom: -7vh;
  }

  aside .navbar-nav {
    border-bottom: 1px solid #202020;
  }

  aside .d-md-none {
    /*séparateurs*/
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 575.98px) {

  /*ordi seulement*/
  aside {
    padding-top: 10px;
    margin-top: 20vh;
    position: absolute;
    margin-left: -300px;
    animation: slideIn 1s forwards;
  }

  aside .navbar-nav {
    border: 3px solid #202020 !important;
    border-radius: 5px;
    padding-right: 10px;
  }

  aside .vide {
    width: 5vw;
    background-color: #202020;
    height: 100%;
    padding: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  aside .d-flex {
    align-items: center;
  }

  aside .nav-link {
    padding-left: 10px;
  }

  aside .bordure-top {
    border-top: 2px solid #202020;
    margin-right: 12px;
  }
}

@keyframes slideIn {
  0% {
    margin-left: -300px;
  }

  100% {
    margin-left: 0px;
  }
}

/* .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |      __      | || |  _______     | || |  _________   | || |     _____    | || |     ______   | || |   _____      | || |  _________   | |
| |     /  \     | || | |_   __ \    | || | |  _   _  |  | || |    |_   _|   | || |   .' ___  |  | || |  |_   _|     | || | |_   ___  |  | |
| |    / /\ \    | || |   | |__) |   | || | |_/ | | \_|  | || |      | |     | || |  / .'   \_|  | || |    | |       | || |   | |_  \_|  | |
| |   / ____ \   | || |   |  __ /    | || |     | |      | || |      | |     | || |  | |         | || |    | |   _   | || |   |  _|  _   | |
| | _/ /    \ \_ | || |  _| |  \ \_  | || |    _| |_     | || |     _| |_    | || |  \ `.___.'\  | || |   _| |__/ |  | || |  _| |___/ |  | |
| ||____|  |____|| || | |____| |___| | || |   |_____|    | || |    |_____|   | || |   `._____.'  | || |  |________|  | || | |_________|  | |
| |              | || |              | || |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  */

/* VOIR AUSSI SECTION BODY*/

article {
  text-align: justify;
  /* border:  1px solid red; */
}

.carousel-indicators {
  margin-bottom: 3px;
}

.carousel-item {
  transition: transform 0.4s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  position: relative;
}

.carousel-indicators [data-bs-target] {
  background-color: #202020;
}



.exp td,
.port td {
  width: 33.3%;
  /* border: 1px solid #202020; */
  vertical-align: sub;
  text-align: left;
  padding-bottom: 5vh;
  padding-right: 2vw;
}

.exp h2,
.port h2 {
  font-size: 70%;
}

.port h2 {
  text-align: center;
}

.exp p {
  font-size: 55%;
}

.exp div {
  font-size: 65%;
}

article img {
  position: relative;
  cursor: pointer;
}

.video-js {
  font-family: "Prompt", sans-serif !important;
}

article .galerie img {
  /*pour que l'image soit aussi grande que la vidéo*/
  border-top: 1px solid #EEEDE5;
  border-bottom: 1px solid #EEEDE5;
}

article .row {
  justify-content: center;
}

article table img {
  width: 100%;
  height: 12vh;
  object-fit: cover;
  margin-bottom: 1vh;
  /* z-index: 2000; */
  position: relative;
}

table img:hover {
  opacity: 0.5;
  cursor: pointer;
}

#image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Couleur de fond de l'overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 9000;
}

#image-overlay.show {
  opacity: 1;
  visibility: visible;
}


#image-overlay.show #overlay-image {
  opacity: 1;
  border: 0px;
}





@media only screen and (max-width: 575.98px) {

  /*mobile seulement*/
  article {
    margin-top: 10vh;
  }

  h1 {
    font-weight: 700;
    font-size: 3vh;
  }

  h2 {
    font-weight: 500;
    font-size: 1.7vh;
  }

  p {
    font-weight: 500;
    font-size: 1.5vh;
  }

  .note {
    font-weight: 400;
    font-size: 1.35vh;
  }

  .images_carousel {
    display: flex;
  }

  .images_carousel img {
    border: 2px solid #202020;
    margin-bottom: 10px;
    margin-right: 2vw;
    height: 10vh;
  }

  .carousel-inner {
    height: 52vh;
  }

  article .galerie {
    margin-bottom: 3vh;
  }

  .row img,
  .video-js {
    object-fit: cover;
    height: 10vh;
    padding: 0;
    margin-bottom: 1vh;
  }

  .moitie,
  .tiers {
    /*video et images portfolio*/
    width: 50vw;
  }

  #overlay-image {
    width: 80vw;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s;
  }

}

@media (min-width: 575.98px) {

  /*ordi seulement*/
  article {
    margin-top: 12vh;
    margin-bottom: 16vh;
  }

  h1 {
    font-weight: 700;
    font-size: 4vh;
  }

  h2 {
    font-weight: 500;
    font-size: 2.2vh;
  }

  p {
    font-weight: 500;
    font-size: 2vh;
    display: block;
  }

  .note {
    font-weight: 400;
    font-size: 1.8vh;
  }

  article a,
  article a:hover {
    color: #202020;
  }

  .images_carousel {
    display: flex;
    flex-direction: column;
    width: 15%;
    height: 100%;
    border-right: 1px solid #202020;
    margin-right: 1vw;
  }

  .images_carousel img {
    border: 2px solid #202020;
    margin-bottom: 5px;
    margin-right: 2vw;
  }

  .images_carousel img:not(:focus):hover {
    cursor: pointer;
    opacity: 0.6;
  }


  .images_carousel img:active,
  .images_carousel img:focus {
    position: absolute;
    height: 54vh;
    width: 33vw;
    object-fit: cover;
    border: 0px;
    z-index: 100;
    margin-left: 7vw;
    border: 3px solid #202020;
  }

  /*.images_carousel:hover {
    width: 100%;
    transition: 1s ease;
    border-right: 0px solid #202020;
    margin-right: 0vw;
  }*/

  .txt-img_carousel {
    display: flex;
    flex-direction: row;
  }

  .carousel-inner {
    height: 54vh;
  }

  article .galerie {
    margin-bottom: 5vh;
  }

  .row img,
  .video-js {
    object-fit: cover;
    height: 20vh;
    padding: 0;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
  }

  .moitie {
    /*video et images portfolio*/
    width: 19vw;
  }

  .tiers {
    /*video et images portfolio*/
    width: 12.333vw;
  }

  #overlay-image {
    height: 80vh;
    opacity: 0;
    transition: opacity 0.2s;
  }

}



/* .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |  _________   | || |     ____     | || |     ____     | || |  _________   | || |  _________   | || |  _______     | |
| | |_   ___  |  | || |   .'    `.   | || |   .'    `.   | || | |  _   _  |  | || | |_   ___  |  | || | |_   __ \    | |
| |   | |_  \_|  | || |  /  .--.  \  | || |  /  .--.  \  | || | |_/ | | \_|  | || |   | |_  \_|  | || |   | |__) |   | |
| |   |  _|      | || |  | |    | |  | || |  | |    | |  | || |     | |      | || |   |  _|  _   | || |   |  __ /    | |
| |  _| |_       | || |  \  `--'  /  | || |  \  `--'  /  | || |    _| |_     | || |  _| |___/ |  | || |  _| |  \ \_  | |
| | |_____|      | || |   `.____.'   | || |   `.____.'   | || |   |_____|    | || | |_________|  | || | |____| |___| | |
| |              | || |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  */

footer {
  width: 100%;
  height: 25vh;
  overflow-x: scroll;
  /*or overflow-x:scroll pour révéler barre de scroll */
  display: flex;
  margin-left: 0px;
}

section {
  width: 100%;
  height: 100%;
}

footer .an {
  height: 15%;
  font-size: small;
}

footer img {
  height: 50%;
  width: 60%;
  object-fit: cover;
}

footer img:hover {
  height: 55%;
  width: 80%;
  object-fit: cover;
  transition: all 0.1s ease-out;
  cursor: pointer;
}

footer img:hover~.vide {
  height: 0%;
  transition: all 0.1s ease-out;
}

footer h3 {
  padding: 5%;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  font-weight: 200;
  font-size: 70%;
  height: 20%;
  width: 250px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

footer .vide {
  height: 5.5%;
  border-left: 1px solid #202020;
}

@media only screen and (max-width: 575.98px) {

  /*mobile seulement*/
  footer {
    height: 15vh;
  }

  footer h3 {
    padding: 2%;
  }
}

@media only screen and (min-width: 575.98px) {

  /*ordi seulement*/
  footer {
    margin-bottom: -17.5vh;
    background-color: #202020;
    color: #EEEDE5;
    padding-top: 10px;
    transition: all 0.1s ease-out;
  }

  footer:hover {
    transition: all 0.2s ease-out;
    margin-bottom: 0px;
  }
}

@media (max-height: 600px) {

  /*cacher footer à moins de 600px de haut*/
  footer {
    display: none;
  }
}

/* Works on Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #EEEDE5 #202020;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #202020;
}

*::-webkit-scrollbar-thumb {
  background-color: #EEEDE5;
  border-radius: 10px;
  border-bottom: 5px solid #EEEDE5;
}

.corentinfooter {
  position: fixed;
  justify-content: center;
  width: 100%;
  bottom: 3%;
  left: 0px;
  font-family: 'Rubik Beastly', system-ui;

  /* border: 2px solid green; */
}

/* .----------------.  .----------------.  .-----------------. .----------------.  .----------------. 
 | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
 | |  _________   | || |     ____     | || | ____  _____  | || |  _________   | || |    _______   | |
 | | |_   ___  |  | || |   .'    `.   | || ||_   \|_   _| | || | |  _   _  |  | || |   /  ___  |  | |
 | |   | |_  \_|  | || |  /  .--.  \  | || |  |   \ | |   | || | |_/ | | \_|  | || |  |  (__ \_|  | |
 | |   |  _|      | || |  | |    | |  | || |  | |\ \| |   | || |     | |      | || |   '.___`-.   | |
 | |  _| |_       | || |  \  `--'  /  | || | _| |_\   |_  | || |    _| |_     | || |  |`\____) |  | |
 | | |_____|      | || |   `.____.'   | || ||_____|\____| | || |   |_____|    | || |  |_______.'  | |
 | |              | || |              | || |              | || |              | || |              | |
 | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  */


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .font6 {
    font-size: 0.6em;
  }

  .font17 {
    font-size: 1.2em;
  }

  .font7 {
    font-size: 0.6em;
  }

  .font18 {
    font-size: 1.2em;
  }

  .font8 {
    font-size: 0.7em;
  }

  .font19 {
    font-size: 1.3em;
  }

  .font9 {
    font-size: 0.8em;
  }

  .font20 {
    font-size: 1.4em;
  }

  .font10 {
    font-size: 0.9em;
  }

  .font22 {
    font-size: 1.5em;
  }

  .font11 {
    font-size: 1em;
  }

  .font24 {
    font-size: 1.7em;
  }

  .font12 {
    font-size: 1em;
  }

  .font26 {
    font-size: 1.8em;
  }

  .font13 {
    font-size: 1em;
  }

  .font28 {
    font-size: 1.9em;
  }

  .font14 {
    font-size: 1em;
  }

  .font30 {
    font-size: 2em;
  }

  .font15 {
    font-size: 1.1em;
  }

  .font35 {
    font-size: 2.3em;
  }

  .font16 {
    font-size: 1.1em;
  }

  .font40 {
    font-size: 2.6em;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .font6 {
    font-size: 0.6em;
  }

  .font17 {
    font-size: 1.2em;
  }

  .font7 {
    font-size: 0.7em;
  }

  .font18 {
    font-size: 1.3em;
  }

  .font8 {
    font-size: 0.8em;
  }

  .font19 {
    font-size: 1.4em;
  }

  .font9 {
    font-size: 0.9em;
  }

  .font20 {
    font-size: 1.4em;
  }

  .font10 {
    font-size: 0.9em;
  }

  .font22 {
    font-size: 1.6em;
  }

  .font11 {
    font-size: 1em;
  }

  .font24 {
    font-size: 1.7em;
  }

  .font12 {
    font-size: 1em;
  }

  .font26 {
    font-size: 1.9em;
  }

  .font13 {
    font-size: 1em;
  }

  .font28 {
    font-size: 2.1em;
  }

  .font14 {
    font-size: 1em;
  }

  .font30 {
    font-size: 2.3em;
  }

  .font15 {
    font-size: 1.1em;
  }

  .font35 {
    font-size: 2.6em;
  }

  .font16 {
    font-size: 1.2em;
  }

  .font40 {
    font-size: 3em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .font6 {
    font-size: 0.6em;
  }

  .font17 {
    font-size: 1.4em;
  }

  .font7 {
    font-size: 0.7em;
  }

  .font18 {
    font-size: 1.5em;
  }

  .font8 {
    font-size: 0.8em;
  }

  .font19 {
    font-size: 1.6em;
  }

  .font9 {
    font-size: 0.9em;
  }

  .font20 {
    font-size: 1.7em;
  }

  .font10 {
    font-size: 0.9em;
  }

  .font22 {
    font-size: 1.8em;
  }

  .font11 {
    font-size: 1em;
  }

  .font24 {
    font-size: 2em;
  }

  .font12 {
    font-size: 1em;
  }

  .font26 {
    font-size: 2.2em;
  }

  .font13 {
    font-size: 1.1em;
  }

  .font28 {
    font-size: 2.4em;
  }

  .font14 {
    font-size: 1.2em;
  }

  .font30 {
    font-size: 2.6em;
  }

  .font15 {
    font-size: 1.3em;
  }

  .font35 {
    font-size: 2.9em;
  }

  .font16 {
    font-size: 1.4em;
  }

  .font40 {
    font-size: 3.4em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .font6 {
    font-size: 0.6em;
  }

  .font17 {
    font-size: 1.6em;
  }

  .font7 {
    font-size: 0.7em;
  }

  .font18 {
    font-size: 1.7em;
  }

  .font8 {
    font-size: 0.8em;
  }

  .font19 {
    font-size: 1.8em;
  }

  .font9 {
    font-size: 0.9em;
  }

  .font20 {
    font-size: 1.9em;
  }

  .font10 {
    font-size: 1em;
  }

  .font22 {
    font-size: 2em;
  }

  .font11 {
    font-size: 1em;
  }

  .font24 {
    font-size: 2.2em;
  }

  .font12 {
    font-size: 1.1em;
  }

  .font26 {
    font-size: 2.4em;
  }

  .font13 {
    font-size: 1.2em;
  }

  .font28 {
    font-size: 2.6em;
  }

  .font14 {
    font-size: 1.3em;
  }

  .font30 {
    font-size: 2.8em;
  }

  .font15 {
    font-size: 1.4em;
  }

  .font35 {
    font-size: 3.2em;
  }

  .font16 {
    font-size: 1.5em;
  }

  .font40 {
    font-size: 3.7em;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .font6 {
    font-size: 0.6em;
  }

  .font17 {
    font-size: 1.7em;
  }

  .font7 {
    font-size: 0.7em;
  }

  .font18 {
    font-size: 1.8em;
  }

  .font8 {
    font-size: 0.8em;
  }

  .font19 {
    font-size: 1.9em;
  }

  .font9 {
    font-size: 0.9em;
  }

  .font20 {
    font-size: 2em;
  }

  .font10 {
    font-size: 1em;
  }

  .font22 {
    font-size: 2.2em;
  }

  .font11 {
    font-size: 1.1em;
  }

  .font24 {
    font-size: 2.4em;
  }

  .font12 {
    font-size: 1.2em;
  }

  .font26 {
    font-size: 2.6em;
  }

  .font13 {
    font-size: 1.3em;
  }

  .font28 {
    font-size: 2.8em;
  }

  .font14 {
    font-size: 1.4em;
  }

  .font30 {
    font-size: 3em;
  }

  .font15 {
    font-size: 1.5em;
  }

  .font35 {
    font-size: 3.5em;
  }

  .font16 {
    font-size: 1.6em;
  }

  .font40 {
    font-size: 4em;
  }
}