@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
body {
  font-family: Cambria, Arial;
  margin: 0;
  background: #4D5C63;
}

main {
  width: 99.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2vh;
  background: #4D5C63;
}

ul {
  list-style-type: disc;
}

.HEADER {
  background: #D6D5D3;
  margin: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: url(../assets/images/utils/headerBG.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.HEADER a {
  text-decoration: none;
  color: black;
}
.HEADER a:visited {
  text-decoration: none;
  color: black;
}
.HEADER .links {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.HEADER .links .link {
  color: black;
  font-size: 1.5vmax;
  text-decoration: none;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 3.5vh;
  padding-bottom: 3.5vh;
  cursor: pointer;
}
.HEADER .links #bHome {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}
.HEADER .subMenu {
  background: #859A9D;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 20vmax;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border-left: solid black 1px;
  cursor: default;
}
.HEADER .subMenu .subItem {
  font-size: 1.5vmax;
  padding: 15px;
  margin: 10px;
  margin-top: 5vmin;
  background: #D6D5D3;
}

#hPageHeader {
  background-image: none;
}

.hPage .imgSection {
  width: 80vw;
  height: 80vh;
  margin: 2.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/images/utils/homePageImg.jpg) center;
  background-size: cover;
  border: 1px solid #D6D5D3;
  border-radius: 7px;
}
.hPage .imgSection .gen-title {
  margin: 0;
  padding: 0;
  padding-top: 10vmax;
  text-align: center;
  font-size: 10vw;
  color: #4D5C63;
  font-family: "GFS Didot", Arial;
}
.hPage .hPageCarrousel {
  margin: 5vh;
}
.hPage .aboutUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5vh;
  width: 80vw;
  background: #859A9D;
  border: 1px solid #D6D5D3;
  border-radius: 7px;
}
.hPage .aboutUs :nth-child(n) {
  margin: 1vmin;
}
.hPage .aboutUs .aboutUsResp {
  text-align: end;
  align-self: self-end;
}

.carrousel {
  background: #859A9D;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80vh;
  width: 80vw;
  margin-bottom: 1vh;
  border-radius: 7px;
  border: 1px solid #D6D5D3;
  box-shadow: inset 0 0 10px 7px #D6D5D3;
}
.carrousel .carInfo {
  color: #4D5C63;
  font-size: 1.5vmin;
  width: 80vw;
  height: 2vh;
  margin: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  padding: 0;
  background: #D6D5D3;
  border-radius: 7px;
}
.carrousel .carrouselButton {
  border: none;
  background: #D6D5D3;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  margin: 10px;
  padding: 0;
  align-self: center;
}
.carrousel .carrouselButton :nth-child(n) {
  width: 2.5vw;
}
.carrousel .carrouselImg {
  display: block;
  max-height: 68vh;
  max-width: 70vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.carrousel .bigPicture {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: auto;
  height: 100vh;
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(0, 0, 0, 0.7);
}
.carrousel .carrouselCollection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80vw;
  height: 6vh;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5vmin;
  align-self: flex-end;
  background: #D6D5D3;
  border-radius: 7px;
}
.carrousel .carrouselCollection .collectionImg {
  display: block;
  height: 3vh;
  width: 3vh;
  margin: 0.5vmin;
  margin-top: 10px;
  margin-bottom: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.carrousel .carrouselCollection .displayedImg {
  border: 2px solid #4D5C63;
  max-height: 5vh;
  max-width: 5vh;
}

.Selector {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D6D5D3;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid black;
}
.Selector :first-child {
  font-size: 2vh;
  margin-right: 10px;
  padding-top: 1.5vh;
}
.Selector :nth-child(n) {
  height: 4vh;
  background: #D6D5D3;
}

.portfolioContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 85vw;
  border-radius: 7px;
  background-color: #859A9D;
  border: 1px solid #D6D5D3;
}
.portfolioContainer .portfolioTitle {
  height: 5vh;
  width: 100%;
  margin: 1vmin;
  text-align: center;
}
.portfolioContainer .portfolioCarrousel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 40vh;
  width: 40vw;
  border: 1px solid #D6D5D3;
  border-radius: 7px;
  margin: 1vmin;
  background: #859A9D;
  box-shadow: inset 0 0 10px 7px #D6D5D3;
}
.portfolioContainer .portfolioCarrousel .carInfo {
  color: #4D5C63;
  font-size: 2vmin;
  width: 40vw;
  height: 2vh;
  margin: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  padding: 0;
  background: #D6D5D3;
  border-radius: 7px;
  padding: 3px;
}
.portfolioContainer .portfolioCarrousel .carrouselButton {
  border: none;
  background: #D6D5D3;
  border-radius: 50%;
  width: 2.5vw;
  height: 2.5vw;
  margin: 10px;
  padding: 0;
  align-self: center;
}
.portfolioContainer .portfolioCarrousel .carrouselButton :nth-child(n) {
  width: 2.5vw;
}
.portfolioContainer .portfolioCarrousel .carrouselImg {
  display: block;
  max-height: 28vh;
  max-width: 30vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolioContainer .portfolioCarrousel .bigPicture {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: auto;
  height: 100vh;
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(0, 0, 0, 0.7);
}
.portfolioContainer .portfolioCarrousel .carrouselCollection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 40vw;
  height: 6vh;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5vmin;
  align-self: flex-end;
  background: #D6D5D3;
  border-radius: 7px;
}
.portfolioContainer .portfolioCarrousel .carrouselCollection .collectionImg {
  display: block;
  height: 3vh;
  width: 3vh;
  margin: 0.5vmin;
  margin-top: 10px;
  margin-bottom: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.portfolioContainer .portfolioCarrousel .carrouselCollection .displayedImg {
  border: 2px solid #4D5C63;
  max-height: 5vh;
  max-width: 5vh;
}
.portfolioContainer .portfolioIntent {
  height: 38vh;
  width: 38vw;
  margin: 1vmin;
  padding: 1vmin;
  background: #D6D5D3;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #859A9D #D6D5D3;
  border-radius: 5px;
  border: 1px solid #D6D5D3;
}
.portfolioContainer .portfolioXArts {
  height: 40vh;
  width: 40vw;
  margin: 1vmin;
  border: 1px solid #D6D5D3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: inset 0 0 10px 7px #D6D5D3;
}
.portfolioContainer .portfolioXArts .xArtsImg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 40vw;
  max-height: 37vh;
  margin: 0;
}
.portfolioContainer .portfolioXArts .xArtsCaption {
  background: #D6D5D3;
  font-size: 1.8vmin;
  text-align: center;
  height: 3vh;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
.portfolioContainer .portfolioXArts .xArtsCaption .xArtsTitle {
  font-style: italic;
}
.portfolioContainer .portfolioAutoportrait {
  max-width: 40vw;
  max-height: 40vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1vmin;
  background: #D6D5D3;
  border-radius: 5px;
  border: 1px solid #D6D5D3;
}

footer {
  display: flex;
  flex-direction: column;
  margin: 10px;
  margin-top: 2.5vh;
  background: #D6D5D3;
  padding: 10px;
  border-radius: 10px;
}
footer .contactUs {
  margin: 0;
}
footer .collab {
  margin: 0;
}
footer .collab .logoRegarde {
  height: 6vh;
  vertical-align: middle;
}/*# sourceMappingURL=main.css.map */