::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

/*//////////////////////////////////////////////////////////////////////////////.    FONT    */

/*//////////////////////////////////////////////////////////////////////////////.    TOP BUTTON    */

audio {
  size: 5px;
}

.aSeparator {
  border-top: 1.4px solid #5f656d;
  height: 1px;
  margin: 16px 0;
}

#myBtn {
  font-family: "ReadexPro";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
}

#myBtn:hover {
  background-color: white;
  border-color: red;
  color: red;
}

#more {
  display: none;
}

#myBtnmore {
  font-family: "ReadexPro";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
}

#myBtnmore:hover {
  background-color: white;
  border-color: red;
  color: red;
}

/* ---------------------------------------------------------------------------------------MENU--- */

.menu-haut {
  position: fixed;
  height: 1vh;
  padding: 5px 10px 10px 30px;
  display: inline-block;
}

.menu-checkboxes {
  width: 320px;
}

.menu-checkboxes h2 {
  font-family: "Andada";
  font-weight: normal;
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}

.menu-checkboxes img {
  width: 33px;
  height: 29px;
}

.menu-bas {
  font-family: "ReadexPro";
  font-weight: normal;
  position: fixed;
  bottom: 20px;
  left: 10px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 32px;
  padding-left: 30px;
}

/* ---------------------------------------------------------------------------------------TYPO--- */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  margin: 0;

  background-color: white;

  font-family: "ReadexPro";
}

h1 {
  font-family: "ReadexPro";
  font-size: 15px;
  line-height: 15pt;
  font-weight: 300;
  letter-spacing: 0.7px;
}

h2 {
  font-family: "Andada";
  font-size: 37px;
  line-height: 17px;
  font-weight: normal;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h3 {
  font-family: "ReadexPro";
  color: red;
  font-size: 20px;
  line-height: 19px;
  font-weight: 300;
  margin: 20px 0 10px 40px;
  letter-spacing: 1.9px;
  word-spacing: -1px;
}

h4 {
  font-family: "ReadexPro";
  font-weight: 400;
  color: black;
  font-size: 15px;
}

p {
  font-family: "Andada";
  font-weight: 200;
  line-height: 19pt;
  font-size: 19px;
  word-spacing: -1px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: -2px;
  margin-inline-end: 204px;
}

a:hover {
  text-decoration: none;
  color: red;
}

a {
  text-decoration: underline;
  color: black;
  cursor: alias;
  z-index: 1;
  /*text-shadow: 2px 2px 5px red;
  /*background-image: linear-gradient(transparent, #80008033, transparent);
  /*outline-style: outset;*/
}

#menub a:hover {
  color: red;
}

#menub a{
  text-decoration: none;
  color: black;
  cursor: alias;
  font-style: normal;
}

/* ---------------------------------------------------------------------------------------CONTACT FORM--- */

input[type="text"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #a0b6cf; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #ada7c9;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #5f558b;
  color: white;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #e4eaf1;
  padding: 20px;
}

/* ---------------------------------------------------------------------------------------MAIN STRUKTUR--- */

.splide__slide img {
  width: 100%;
  height: auto;
}

.work-img,
.work img {
  width: 100%;
}

.work figure:first-of-type {
  display: block;
}

.work,
.work figure {
  position: relative;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

/*
.arrow {
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-down {
    background-image: url(../images/arrow-up.svg);
}

.arrow, .print, .unselect, .expand, .checkbox-unselect {
    cursor: url(../images/doigt-verni-violet-pointer.svg), auto;
}

*/

.bio {
  margin-left: 24%;
  padding: 5px 10px 0px 0px;
  margin-bottom: 10px;
}

.one-column {
  width: 20%;
}

.two-columns {
  width: 75%;
}

.columns-2 {
  columns: 2;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.side ul li {
  list-style: none;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.side {
  display: inline-block;
  vertical-align: top;
}

.work,
.work figure {
  position: relative;
}

.work {
  margin-top: 5px;
  /*border-bottom: 1px solid black;*/
}

.works {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10%;
}

.works,
.side div {
  border-top: 1px solid black;
  padding-top: 5px;
}

.options-work {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

a.expand,
.change-language a {
  background-image: none;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  display: block;
}

/*
.checkbox-unselect, .checkbox-unselect-whole {
    position: absolute;
    right: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/check.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
*/

element.style {
  display: none;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: black;
  text-align: center;
  font-family: "ReadexPro";
  font-size: 12px;
  line-height: 13pt;
}

/* ---------------------------------------------------------------------------------------SLIDESHOW--- */

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-height: 70vh;
  object-fit: contain;
}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: 20px;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: w-resize;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 0px;
  margin-top: -22px;
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: none;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  cursor: e-resize;
}

.prev:hover,
.next:hover {
  opacity: 60%;
  color: black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

/*///////////////////////////////////////////////////////////////////////    RESPONSIVE IPHONE    */

@media only screen and (max-width: 480px) {
  .menu-checkboxes h2 {
    font-family: "Andada";
    font-size: 40px;
    line-height: 35px;
  }

  .menu-haut {
    position: relative;
    height: auto;
    padding: 5px 5px 0px 5px;
  }

  .menu-bas {
    position: relative;
    bottom: 5px;
    left: 0px;
    padding-left: 0px;
  }

  .one-column,
  .two-columns,
  .bio {
    width: 100%;
  }

  .bio,
  .works,
  .news {
    margin-left: 0%;
    padding-left: 3px;
  }

  p {
    font-family: "Andada";
    font-weight: 200;
    line-height: 16pt;
    font-size: 16px;
    margin-inline-start: 10px;
    margin-inline-end: 16px;
  }

  h1 {
    font-family: "ReadexPro";
    font-size: 12px;
    line-height: 13pt;
    font-weight: normal;
    letter-spacing: 0.7px;
    margin-inline-start: 10px;
    margin-inline-end: 16px;
  }

  h2 {
    font-family: "Andada";
    font-size: 27px;
    line-height: 17px;
    font-weight: normal;
    display: block;
    margin-inline-start: 10px;
    margin-inline-end: 0px;
  }

  h3 {
    font-family: "ReadexPro";
    color: red;
    font-size: 16px;
    line-height: 13px;
    font-weight: 300;
    margin: 0px 0px 0px 20px;
    letter-spacing: 1.9px;
    word-spacing: -1px;
    margin-inline-start: 10px;
    margin-inline-end: 16px;
  }

  h4 {
    font-size: 10px;
    margin-left: 10px;
  }

  .numbertext {
    color: black;
    font-size: 11px;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .prev,
  .next {
    font-size: 11px;
  }

  .work-img,
  .work img {
    width: 100%;
  }

  .slideshow-container {
    max-width: 300px;
    position: relative;
    margin-right: -50px;
    margin-left: 10px;
  }

  #myBtnmore {
    margin-left: 10px;
    font-size: 10px;
    border-width: 1px;
  }
}
