@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #040404;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
html::before,
body::before {
  position: fixed;
  top: 500px;
  left: 100px;
  bottom: 0;
  content: '';
  width: 400px;
  height: 400px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
html:after,
body:after {
  position: fixed;
  top: -150px;
  right: -50px;
  bottom: 0;
  content: '';
  width: 400px;
  height: 600px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #ffffff;
}
/* ------------------------------- RECURENTES -- */
.btnt {
visibility:hidden;
}
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-slider-items {
  display: none;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.hide {
  display: none;
}
.fancybox-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  bottom: 13px;
  text-align: center;
  display: flex;
}
.fancybox-caption:before {
  background: 0 0;
}
.fancybox-caption:after {
  border-bottom: 0;
}
.fancybox-caption.none {
  display: none;
}
.fancybox-caption > span {
  background-color: transparent;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}
/* ------------------------------- END RECURENTES -- */
header {
  height: 100vh;
  display: flex;
}
header div.nav {
  position: fixed;
  height: 100vh;
  width: 11%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000000;
}
header div.nav div.burger {
  display: none;
}
header div.nav div.logo {
  align-self: center;
  padding-top: 15%;
}
header div.nav div.menu ul li {
  list-style-type: none;
  display: block;
  margin: 5px 0px;
}
header div.nav div.menu ul li a {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  padding: 10px;
  display: block;
  font-size: 0.9375vw;
  border-left: 3px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
header div.nav div.menu ul li a:hover {
  background-color: rgba(240, 248, 255, 0.116);
  border-left: 3px solid #C74665;
}
header div.nav div.cgv p {
  font-size: 0.9375vw;
  color: white;
}
header div.nav div.cgv a {
  font-size: 0.9375vw;
  color: #C74665;
}
header div.main {
  background-image: url('../img/bg/bg_header.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  margin-left: 11%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header div.main h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
  font-size: 2.91666667vw;
  color: white;
}
header div.main h1 span {
  font-weight: 200;
}
header div.main h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  color: white;
}
section.about {
  -webkit-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  -moz-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  margin-left: 11%;
  width: 89%;
}
section.about h2 {
  position: relative;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  text-align: center;
  color: white;
}
section.about h2::after {
  content: '';
  position: absolute;
  bottom: -5%;
  height: 2px;
  width: 515px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #C74665;
}
section.about div.resume {
  display: flex;
  justify-content: space-around;
  padding-top: 3%;
  flex-wrap: wrap;
}
section.about div.resume article {
  padding: 25px 30px;
  width: 700px;
}
section.about div.resume article h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2vw;
  letter-spacing: 2px;
  color: white;
}
section.about div.resume article p {
  color: white;
  font-weight: 300;
  font-size: 18px;
  padding: 15px 0px;
  letter-spacing: 1.5px;
}
section.about div.resume article div {
  padding: 25px 25px;
}
section.about div.resume article div h4 {
  font-family: 'Poppins', sans-serif;
  color: white;
  padding: 15px 0px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
section.about div.resume article div h4:nth-of-type(1) {
  color: #2da9ff;
  position: relative;
}
section.about div.resume article div h4:nth-of-type(1)::after {
  content: '75%';
  color: #2da9ff;
  position: absolute;
  right: 35%;
}
section.about div.resume article div h4:nth-of-type(2) {
  color: #ff9b00;
  position: relative;
}
section.about div.resume article div h4:nth-of-type(2)::after {
  content: '75%';
  color: #ff9b00;
  position: absolute;
  right: 35%;
}
section.about div.resume article div h4:nth-of-type(3) {
  position: relative;
  color: #f2672c;
}
section.about div.resume article div h4:nth-of-type(3)::after {
  content: '60%';
  position: absolute;
  right: 46%;
}
section.about div.resume article div h4:nth-of-type(4) {
  position: relative;
  color: #5AC1FA;
}
section.about div.resume article div h4:nth-of-type(4)::after {
  content: '60%';
  position: absolute;
  right: 46%;
}
section.about div.resume article div h4:nth-of-type(5) {
  position: relative;
  color: #42b883;
}
section.about div.resume article div h4:nth-of-type(5)::after {
  content: '20%';
  position: absolute;
  right: 70%;
}
section.about div.resume article div span:nth-of-type(1) {
  display: block;
  background-color: #001833;
  border-radius: 20px;
  height: 10px;
  width: 80%;
}
section.about div.resume article div span:nth-of-type(1)::after {
  content: '';
  display: block;
  background-color: #2da9ff;
  height: 10px;
  width: 75%;
  border-radius: 20px;
}
section.about div.resume article div span:nth-of-type(2) {
  display: block;
  background-color: #ca5304;
  border-radius: 20px;
  height: 10px;
  width: 80%;
}
section.about div.resume article div span:nth-of-type(2)::after {
  content: '';
  display: block;
  background-color: #e68124;
  height: 10px;
  width: 75%;
  border-radius: 20px;
}
section.about div.resume article div span:nth-of-type(3) {
  display: block;
  background-color: #822f18;
  border-radius: 20px;
  height: 10px;
  width: 80%;
}
section.about div.resume article div span:nth-of-type(3)::after {
  content: '';
  display: block;
  background-color: #f2672c;
  height: 10px;
  width: 60%;
  border-radius: 20px;
}
section.about div.resume article div span:nth-of-type(4) {
  display: block;
  background-color: #0a5489;
  border-radius: 20px;
  height: 10px;
  width: 80%;
}
section.about div.resume article div span:nth-of-type(4)::after {
  content: '';
  display: block;
  background-color: #30abde;
  height: 10px;
  width: 60%;
  border-radius: 20px;
}
section.about div.resume article div span:nth-of-type(5) {
  display: block;
  background-color: #35495e;
  border-radius: 20px;
  height: 10px;
  width: 80%;
}
section.about div.resume article div span:nth-of-type(5)::after {
  content: '';
  display: block;
  background-color: #42b883;
  height: 10px;
  width: 20%;
  border-radius: 20px;
}
section.about div.resume article div.extra {
  padding: 0% 10%;
  display: flex;
}
section.about div.resume article div.extra div.picto {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
section.about div.resume article div.extra div.picto p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
section.about div.resume article div.extra div.picto img {
  max-width: 100%;
  margin: 0 auto;
}
section.about div.more {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 75px;
}
section.about div.more article {
  padding: 25px 30px;
  color: white;
  width: 700px;
}
section.about div.more article h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2vw;
  letter-spacing: 2px;
  color: white;
  padding-bottom: 25px;
}
section.about div.more article div.timeline {
  position: relative;
  height: 100px;
  margin-left: 5%;
}
section.about div.more article div.timeline span {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #666;
}
section.about div.more article div.timeline span::after {
  content: '';
  display: block;
  width: 11px;
  position: absolute;
  top: 20px;
  height: 11px;
  margin-left: -7px;
  border-radius: 7px;
  border: 2px solid #C74665;
  background-color: #040404;
}
section.about div.more article div.timeline div.school {
  position: absolute;
  top: 10px;
  left: 30px;
}
section.about div.more article div.timeline div.school h4 {
  font-weight: 100;
  font-size: 1vw;
  font-family: 'Poppins', sans-serif;
}
section.about div.more article div.timeline div.school p:nth-of-type(1) {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9vw;
  font-weight: 300;
  letter-spacing: 1.5px;
}
section.about div.more article div.timeline div.school p:nth-of-type(2) {
  font-weight: 300;
  font-size: 0.8vw;
  font-family: 'Poppins', sans-serif;
}
section.about div.more article div.infos {
  margin-left: 5%;
}
section.about div.more article div.infos p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 1vw;
}
section.about div.more article div.infos p:nth-of-type(1) span {
  border-bottom: 2px solid #C74665;
  font-size: 1.2vw;
}
section.about div.more article div.infos p:nth-of-type(2) {
  padding-bottom: 20px;
  font-size: 1vw;
}
section.about div.more article div.infos p:nth-of-type(2) span {
  border-bottom: 2px solid #C74665;
  font-size: 1.2vw;
}
section.about div.more article div.infos p:nth-of-type(3) {
  padding-bottom: 20px;
  font-size: 1vw;
}
section.about div.more article div.infos p:nth-of-type(3) a:after {
  content: " \f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
section.about div.more article div.infos p:nth-of-type(3) a:hover {
  color: #C74665;
}
section.about div.more article div.infos p:nth-of-type(3) a:hover::after {
  content: "\f658";
  font-weight: 800;
  color: #5AC1FA;
  margin-left: 10px;
}
section.about div.more article div.infos p:nth-of-type(3) span {
  border-bottom: 2px solid #C74665;
  font-weight: 400;
  font-size: 1.2vw;
}
section.about div.more article div.infos p:nth-of-type(4) {
  padding-bottom: 20px;
  font-size: 1vw;
}
section.about div.more article div.infos p:nth-of-type(4) span {
  border-bottom: 2px solid #C74665;
  font-weight: 400;
  font-size: 1.2vw;
}
section.about div.more article div.infos i {
  color: white;
  font-weight: 400;
  font-size: 1.8vw;
  padding: 25px;
}
section.about div.more article div.infos i:hover {
  color: #C74665;
}
section.web {
  -webkit-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  -moz-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  margin-left: 11%;
  width: 89%;
  padding-bottom: 50px;
}
section.web h2 {
  position: relative;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  text-align: center;
  color: white;
}
section.web h2::after {
  content: '';
  position: absolute;
  bottom: -5%;
  height: 2px;
  width: 220px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #C74665;
}
section.web div.gallery {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.web div.gallery div.img__wrap {
  position: relative;
  overflow: hidden;
}
section.web div.gallery div.img__wrap img {
  transition: all 0.3s ease-in;
}
section.web div.gallery div.img__wrap:hover img {
  transform: scale(1.1);
}
section.web div.gallery div.img__wrap:hover div.img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.web div.gallery div.img__wrap a {
  color: white;
}
section.web div.gallery div.img__wrap a div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.93);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.web div.gallery div.img__wrap a div.img__description_layer p {
  text-transform: uppercase;
  font-size: 1.1vw;
  transition: 0.2s;
  transform: translateY(1em);
}
section.graphic {
  -webkit-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  -moz-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  margin-left: 11%;
  width: 89%;
  padding-bottom: 50px;
}
section.graphic h2 {
  position: relative;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  text-align: center;
  color: white;
}
section.graphic h2::after {
  content: '';
  position: absolute;
  bottom: -5%;
  height: 2px;
  width: 515px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #C74665;
}
section.graphic div.gallery ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 50px;
}
section.graphic div.gallery ul li {
  list-style: none;
  padding: 8px 20px;
  margin: 5px;
  font-size: 1.1vw;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  border-bottom: 2px #c7466400 solid;
}
section.graphic div.gallery ul li:hover {
  border-bottom: #C74665 2px solid;
}
section.graphic div.gallery ul li.active {
  border-bottom: #C74665 2px solid;
}
section.graphic div.gallery ul li:nth-of-type(2) {
  position: relative;
}
section.graphic div.gallery ul li:nth-of-type(2):hover {
  border-bottom: 2px #c7466400 solid;
}
section.graphic div.gallery ul li:nth-of-type(2):hover div.dropdown-content {
  display: flex;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 5;
}
section.graphic div.gallery ul li:nth-of-type(2):hover div.dropdown-content ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
section.graphic div.gallery ul li:nth-of-type(2):hover div.dropdown-content ul li {
  color: white;
  border-bottom: 2px #c7466400 solid;
}
section.graphic div.gallery ul li:nth-of-type(2):hover div.dropdown-content ul li:hover {
  border-bottom: #C74665 2px solid;
}
section.graphic div.gallery ul div.dropdown-content {
  display: none;
}
section.graphic div.gallery div.product {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0% 15%;
}
section.graphic div.gallery div.product .logos {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
}
section.graphic div.gallery div.product .logos img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .Illustrations {
  position: relative;
  width: 400px;
  height: 200px;
  margin: 5px;
}
section.graphic div.gallery div.product .Illustrations img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .panels {
  position: relative;
  width: 400px;
  height: 200px;
  margin: 5px;
}
section.graphic div.gallery div.product .panels img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .emotes {
  position: relative;
  width: 400px;
  height: 200px;
  margin: 5px;
}
section.graphic div.gallery div.product .emotes img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .flyers {
  position: relative;
  width: 220px;
  height: 300px;
  margin: 5px;
}
section.graphic div.gallery div.product .flyers img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .affiches {
  position: relative;
  width: 350px;
  height: 400px;
  margin: 5px;
}
section.graphic div.gallery div.product .affiches img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .dp {
  position: relative;
  width: 1000px;
  height: 600px;
  margin: 2px;
}
section.graphic div.gallery div.product .dp img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .ui {
  position: relative;
  width: 1000px;
  height: 600px;
  margin: 2px;
}
section.graphic div.gallery div.product .ui img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.graphic div.gallery div.product .middle {
  width: 585px;
  height: 400px;
}
section.graphic div.gallery div.product .small {
  width: 360px;
  height: 400px;
}
section.graphic div.accordeon {
  max-width: 800px;
  padding-top: 5%;
}
section.graphic div.accordeon div.contentBx {
  position: relative;
  margin: 10px 20px;
}
section.graphic div.accordeon div.contentBx div.label {
  position: relative;
  padding: 10px;
  background: #2b2b2b;
  color: #fff;
  cursor: pointer;
}
section.graphic div.accordeon div.contentBx div.label:before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
section.graphic div.accordeon div.contentBx div.content {
  position: relative;
  background: #000000;
  height: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: auto;
}
section.graphic div.accordeon div.contentBx div.content .logos {
  margin: 5px 0px;
  padding: 5px;
  width: 150px;
}
section.graphic div.accordeon div.contentBx div.content .badges {
  margin: 5px 0px;
  padding: 5px;
  width: 200px;
}
section.graphic div.accordeon div.contentBx div.content .emotes {
  margin: 5px 0px;
  padding: 5px;
  width: 200px;
}
section.graphic div.accordeon div.contentBx div.content .panels {
  margin: 5px 0px;
  padding: 5px;
  width: 250px;
}
section.graphic div.accordeon div.contentBx div.content .flyers {
  margin: 5px 0px;
  padding: 5px;
  width: 250px;
}
section.graphic div.accordeon div.contentBx div.content .dp {
  margin: 5px 0px;
  padding: 5px;
  width: 250px;
}
section.graphic div.accordeon div.contentBx div.content .ui {
  margin: 5px 0px;
  padding: 5px;
  width: 250px;
}
section.graphic div.accordeon div.contentBx.active .content {
  height: 300px;
  padding: 10px;
}
section.graphic div.accordeon div.contentBx.active div.label:before {
  content: '-';
}
section.contact {
  -webkit-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  -moz-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  margin-left: 11%;
  width: 89%;
  padding-bottom: 50px;
}
section.contact h2 {
  position: relative;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  text-align: center;
  color: white;
}
section.contact h2::after {
  content: '';
  position: absolute;
  bottom: -5%;
  height: 2px;
  width: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #C74665;
}
section.contact form {
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
section.contact form div {
  padding: 2%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
section.contact form div:nth-child(2) input {
  width: 35%;
}
section.contact form div input {
  text-indent: 1%;
  background: none;
  width: 17%;
  height: 30px;
  border: none;
  color: white;
  font-size: 18px;
  margin: 0 10px;
  border-bottom: 1px solid white;
}
section.contact form div input:focus {
  outline: none !important;
}
section.contact form div textarea {
  padding-top: 8px;
  text-indent: 10px;
  width: 35%;
  height: 200px;
  background-color: #2b2b2b6c;
  border: none;
  color: white;
  font-size: 16px;
}
section.contact form div textarea:focus {
  outline: none !important;
}
section.contact form button.btn {
  width: 180px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background: transparent;
  background-color: #491c26;
  color: white;
  border: 1px solid #C74665;
  outline: none;
  transition: 0.3s ease-in-out;
}
section.contact form button.btn:hover {
  transition: 0.3s ease-in-out;
  background: #C74665;
}
section.contact form button.btn svg {
  position: absolute;
  left: 0%;
  top: 0%;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 0.3s ease-in-out;
}
section.contact form button.btn svg:hover {
  stroke-dashoffset: -480;
}
section.mentions {
  -webkit-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  -moz-box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  box-shadow: inset 7px 0px 0px -6px #a4a4a4;
  margin-left: 11%;
  width: 89%;
  padding-bottom: 50px;
  padding: 0% 5%;
}
section.mentions a {
  color: #C74665;
}
section.mentions a:hover {
  color: #30abde;
}
section.mentions h2,
section.mentions p,
section.mentions b,
section.mentions ul,
section.mentions li {
  color: white;
  padding: 1% 0%;
  font-weight: 300;
  list-style-type: none;
}
section.mentions h2 {
  margin: 2% 0%;
  font-weight: 400;
  border-bottom: 1px solid #C74665;
}
/* ------------------------------------------------------------------------- */
/* ----------------------- 1920px FLUID TYPO ------------------------------- */
/* ------------------------------------------------------------------------- */
@media (min-width: 1920px) {
  .fancybox-caption > span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  header div.main h1 {
    font-size: 56px;
  }
  header div.main h2 {
    font-size: 28px;
  }
  section.web h2 {
    font-size: 48px;
  }
  section.graphic h2 {
    font-size: 48px;
  }
  section.graphic div.gallery ul li {
    font-size: 22px;
  }
  section.about h2 {
    font-size: 48px;
  }
  section.about h2::after {
    width: 515px;
  }
  section.about div.resume article h3 {
    font-size: 24px;
  }
  section.about div.resume article div p {
    font-size: 18px;
  }
  section.about div.resume article div h4 {
    font-size: 20px;
  }
  section.about div.more article h3 {
    font-size: 24px;
  }
  section.about div.more article div.timeline div.school h4 {
    font-size: 20px;
  }
  section.about div.more article div.timeline div.school p:nth-of-type(1) {
    font-size: 18px;
  }
  section.about div.more article div.timeline div.school p:nth-of-type(2) {
    font-size: 16px;
  }
  section.about div.more article div.infos p:nth-of-type(1) {
    font-size: 20px;
  }
  section.about div.more article div.infos p:nth-of-type(1) span {
    font-size: 24px;
  }
  section.about div.more article div.infos p:nth-of-type(2) {
    font-size: 20px;
  }
  section.about div.more article div.infos p:nth-of-type(2) span {
    font-size: 24px;
  }
  section.about div.more article div.infos p:nth-of-type(3) {
    font-size: 20px;
  }
  section.about div.more article div.infos p:nth-of-type(3) span {
    font-size: 24px;
  }
  section.about div.more article div.infos p:nth-of-type(4) {
    font-size: 20px;
  }
  section.about div.more article div.infos p:nth-of-type(4) span {
    font-size: 24px;
  }
  section.about div.more article div.infos a i {
    font-size: 36px;
  }
  section.contact h2 {
    font-size: 48px;
  }
  section.contact form div input {
    font-size: 16px;
  }
  section.contact form div textarea {
    font-size: 16px;
  }
  section.contact form button.btn {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------MEDIA QUERIES 1573px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1573px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.about div.resume article {
    width: 500px;
  }
  section.about div.more article {
    width: 500px;
  }
  section.web div.gallery div.img__wrap {
    width: 400px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------MEDIA QUERIES 1350px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1350px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.web div.gallery div.img__wrap {
    width: 340px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------MEDIA QUERIES 1200px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header div.nav {
    background-color: transparent;
    position: absolute;
    width: 16%;
    padding: 0;
  }
  header div.nav div.burger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #00000070;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  header div.nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  header div.nav div.burger span::before,
  header div.nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  header div.nav div.burger span::before {
    top: -10px;
  }
  header div.nav div.burger span::after {
    top: 10px;
  }
  header div.nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  header div.nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  header div.nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  header div.nav div.logo {
    position: absolute;
    left: 10px;
  }
  header div.nav div.menu {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 300;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  header div.nav div.menu.is-open {
    transform: translateX(0);
  }
  header div.nav div.menu a img {
    padding: 20px 50px;
  }
  header div.nav div.menu ul {
    position: absolute;
    top: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  header div.nav div.menu ul li {
    text-align: center;
    list-style-type: none;
    display: block;
    padding: 10px 0;
  }
  header div.nav div.menu ul li a {
    font-size: 26px;
    line-height: 48px;
    position: relative;
  }
  header div.nav div.cgv {
    display: none;
  }
  header div.main {
    margin-left: 0;
  }
  section.about {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
  }
  section.about div.resume {
    justify-content: center;
  }
  section.about div.more {
    justify-content: center;
  }
  section.web {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
  }
  section.web div.gallery {
    margin: 5% 1% 0% 1%;
  }
  section.web div.gallery div.img__wrap {
    width: 320px;
  }
  section.graphic {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
  }
  section.graphic div.gallery .product .dp {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .ui {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .middle {
    width: 390px;
    height: 280px;
  }
  section.graphic div.gallery .product .small {
    width: 250px;
    height: 270px;
  }
  section.contact {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------- MEDIA QUERIES 1000px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.about div.resume article {
    width: 450px;
  }
  section.about div.more article {
    width: 450px;
  }
  section.web div.gallery div.img__wrap {
    width: 290px;
  }
  section.graphic div.gallery .product .logos {
    width: 150px;
    height: 150px;
  }
  section.graphic div.gallery .product .Illustrations {
    width: 330px;
  }
  section.graphic div.gallery .product .panels {
    width: 330px;
  }
  section.graphic div.gallery .product .emotes {
    width: 330px;
  }
  section.graphic div.gallery .product .affiches {
    width: 300px;
  }
  section.graphic div.gallery .product .dp {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .ui {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .middle {
    width: 330px;
    height: 230px;
  }
  section.graphic div.gallery .product .small {
    width: 205px;
    height: 230px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------MEDIA QUERIES 900px ------------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.about div.resume article {
    width: 400px;
  }
  section.about div.resume article:nth-of-type(2) div {
    float: none;
  }
  section.about div.more article {
    width: 400px;
  }
  section.web div.gallery div.img__wrap {
    width: 255px;
  }
  section.graphic div.gallery .product .logos {
    width: 100px;
    height: 100px;
  }
  section.graphic div.gallery .product .Illustrations {
    width: 280px;
    height: 150px;
  }
  section.graphic div.gallery .product .panels {
    width: 280px;
    height: 150px;
  }
  section.graphic div.gallery .product .emotes {
    width: 280px;
    height: 150px;
  }
  section.graphic div.gallery .product .affiches {
    width: 300px;
  }
  section.graphic div.gallery .product .dp {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .ui {
    width: 500px;
    height: 285px;
  }
  section.graphic div.gallery .product .middle {
    width: 330px;
    height: 230px;
  }
  section.graphic div.gallery .product .small {
    width: 205px;
    height: 230px;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------------- 800px ----------------------------------- */
/* ------------------------------------------------------------------------- */
@media (max-width: 799px) {
  section.about div.resume article:nth-of-type(1) {
    width: 100%;
  }
  section.about div.resume article:nth-of-type(2) {
    width: 100%;
  }
  section.about div.resume article:nth-of-type(2) div {
    width: 50%;
    float: left;
  }
  section.about div.more article {
    float: left;
    width: 50%;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------- 600px ---------------------------------- */
/* ------------------------------------------------------------------------- */
@media (max-width: 599px) {
  section.about div.resume article:nth-of-type(1) {
    width: 100%;
  }
  section.about div.resume article:nth-of-type(2) {
    width: 100%;
  }
  section.about div.resume article:nth-of-type(2) div {
    width: 100%;
  }
  section.about div.more article {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------ 300px FLUID TYPO ------------------------------- */
/* ------------------------------------------------------------------------- */
@media (min-width: 300px) {
  .fancybox-caption > span {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
    letter-spacing: 0px;
  }
  header div.main h1 {
    font-size: calc(1rem + ((1vw - 3px) * 2.4691));
    min-height: 0vw;
    letter-spacing: 4px;
  }
  header div.main h2 {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.9877));
    min-height: 0vw;
  }
  section.about h2 {
    font-size: calc(1rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
    letter-spacing: 2px;
  }
  section.about h2::after {
    width: calc(14.0625rem + ((1vw - 0.01px) * 13.8093));
    min-height: 0vw;
  }
  section.about div.resume article h3 {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.8642));
    min-height: 0vw;
  }
  section.about div.resume article div h4 {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.4938));
    min-height: 0vw;
  }
  section.about div.resume article div p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.about div.resume article div.extra div.picto p {
    font-size: calc(0.625rem + ((1vw - 3px) * 0.4938));
    min-height: 0vw;
  }
  section.about div.more article h3 {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.8642));
    min-height: 0vw;
  }
  section.about div.more article div.timeline div.school h4 {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.about div.more article div.timeline div.school p:nth-of-type(1) {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.about div.more article div.timeline div.school p:nth-of-type(2) {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.more article div.infos p:nth-of-type(1) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.more article div.infos p:nth-of-type(1) span {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
    font-weight: 300;
  }
  section.about div.more article div.infos p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.more article div.infos p:nth-of-type(2) span {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
    font-weight: 300;
  }
  section.about div.more article div.infos p:nth-of-type(3) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.more article div.infos p:nth-of-type(3) span {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
    font-weight: 300;
  }
  section.about div.more article div.infos p:nth-of-type(4) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.more article div.infos p:nth-of-type(4) span {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
    font-weight: 300;
  }
  section.about div.more article div.infos a i {
    font-size: calc(1.625rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.web h2 {
    font-size: calc(1rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
    letter-spacing: 2px;
  }
  section.web h2::after {
    width: calc(7.5rem + ((1vw - 0.01px) * 5.211));
    min-height: 0vw;
  }
  section.graphic h2 {
    font-size: calc(1rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
    letter-spacing: 2px;
  }
  section.graphic h2::after {
    width: calc(9.0625rem + ((1vw - 0.01px) * 8.0771));
    min-height: 0vw;
  }
  section.graphic div.gallery ul li {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.contact h2 {
    font-size: calc(1rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
    letter-spacing: 2px;
  }
  section.contact h2::after {
    width: calc(5rem + ((1vw - 0.01px) * 4.1688));
    min-height: 0vw;
  }
  section.contact form div:nth-child(2) input {
    width: 76%;
  }
  section.contact form div input {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
    width: 37.5%;
  }
  section.contact form div textarea {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
    width: 76%;
  }
  section.contact form button.btn {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
}
