@media screen and (max-width: 1080px) {
  .column {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #header{
    height: 44px !important;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 1 !important;
  }
  .website_title {
    font-size: 21px !important;
    top: 10px !important;
    left: 16px !important;
  }

  .rubrique_art{
    font-size: 21px !important;
    width: 100% !important;
    text-align: center !important;
    top: 18px !important;
    left: 24px !important;
    z-index: 2  !important;
  }
  .rubrique_music{
    width: 82px !important;
    font-size: 21px !important;
    top: 18px !important;
    left: auto !important;
    right: 16px !important;
  }
  .rubrique_tech{
    width: 82px !important;
    font-size: 21px !important;
    text-align: right !important;
    top: 10px !important;
    right: 60px !important;
  }
  .home_content{
    left: 0px !important;
    width:100% !important;
  }
  .container{
    visibility: hidden !important;
  }
  .lay{
    visibility: hidden !important;
  }
  .website_title {
    visibility: visible !important;
  }
  #menu {
    visibility: collapse !important;
  }
  .content{
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-top: 52px !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
  .row {
    margin-top: 0px !important;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 16px;
    padding: 0px 0px 0px 0px !important;
  }
  .column50 {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
  .column40 {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
  .column35 {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
  .column25 {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
  .itemContainer {
    margin-top: 0px !important;
  }
  .itemBorderless {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
  }
  .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 90px !important;
    width: 100% !important;
    opacity: 0.8 !important;
    transition: .3s ease !important;
    background-color: rgb(11,6,12) !important;
  }
  .tabs_Container{
    position: relative !important;
  }
  .details_tab {
    padding-top: 0px !important;
    display: block !important;
    overflow-y: scroll !important;
  }
  .tab_title {
    font-size: 20px !important;
  }
  .tab_left_column{
    max-width: 100% !important;
    padding-top: 16px !important;
  }
  .tab_right_column{
    max-width: 100% !important;
    padding-left: 0px !important;
  }
  .tab_closing_button{
    padding: 16px 0px 0px 16px !important;
    opacity: 0.0 !important;
    transition: opacity 1.0s ease !important;
  }
  .fixed_position{
    position: fixed !important;
    margin: 0px !important;
    padding: 16px 0px 0px 16px !important;
    top: 39px !important;
    right: 16px !important;
    opacity: 1.0 !important;

  }
  .sectionName{
    font-size: 16px !important;
    height: 15px !important;
    margin-left: 10px !important;
    margin-top: 13px !important;
    margin-bottom: 10px !important;
  }
  .date_du_post{
    font-size: 11px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: right !important;
  }
  .column {
    margin-bottom: 10px !important;
    z-index: -2 !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .info_content{
    padding: 32px 20px 20px 20px !important;
  }
  h1{
    font-size: 16px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  h2{
    font-size: 11px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
  }
  .text_bio{
    text-align: left !important;
    left: 0px !important;
    top: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    max-width: 100% !important;
    padding-right: 0px !important;
  }
  .CV_link{
    left: 0px !important;
    top: 40px !important;
    max-width: 100% !important;
    font-size: 14px !important;
  }
  .text_contact{
    text-align: left !important;
    left: 0px !important;
    top: 60px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 14px !important;
    max-width: 100% !important;
    padding-right: 0px !important;
  }

}
@font-face {
    font-family: archivo_regular;
    src: url(fonts/Compagnon-Medium.otf);
}
@font-face {
    font-family: archivo_regular;
    src: url(fonts/Archivo-Regular.ttf);
}

html {
      scroll-behavior: auto;
    }
* {
  box-sizing: border-box;
}
body {
    background-color: rgb(244,249,243) !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 100%;
    text-align:left;
    overflow-x: hidden !important;
    overscroll-behavior: none;

}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#header{
  position: fixed;
  background-color: rgb(11,6,12);
  opacity: .9 !important;
  width: 100%;
  height: 44px;
  margin: 0px !important;
  padding: 0px !important;
  z-index: 1;
}

.website_title {
  position: fixed;
  font-family: archivo_regular;
  color: rgb(244,249,243);
  font-size: 21px;
  text-align: left;
  letter-spacing: 1px;
  top: 10px;
  left: 16px;
  z-index: 3;
}

.rubrique_art{
  position: fixed;
  font-family: archivo_regular;
  color: rgb(244,249,243);
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  top: 16px;
  left: 212px;
  z-index: 3;
}
.rubrique_music{
  position: fixed;
  font-family: archivo_regular;
  color: rgb(244,249,243);
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  top: 16px;
  left: 302px;
  z-index: 3;
}
.rubrique_tech{
  position: fixed;
  font-family: archivo_regular;
  color: rgb(244,249,243);
  font-size: 21px;
  text-align: right;
  letter-spacing: 1px;
  top: 10px;
  right: 16px;
  z-index: 3;
}

/* #menu{
  position: fixed;
  background-color: rgb(11,6,12);
  top: 0px;
  width: 140px;
  height: 100%;
  padding-top: 86px;
  z-index: 2;
} */

/* .rubrique{
  position: static;
  color: rgb(255,255,255);
  font-family: archivo_regular;
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  margin-left: 36px;
  margin-top: 12px;
  z-index: 0;
} */


h1{
  padding-top: 0px;
  margin-top: 11px;
  font-family: archivo_regular;
  color: rgb(11,6,12);
  font-size: 32px;
}
h2{
  font-family: archivo_regular;
  color: rgb(11,6,12);
  font-size: 18px;
  line-height: 1.4;
}
.date_du_post{
  font-family: archivo_regular;
  color: rgb(11,6,12);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-left: -16px;
}
.text_bio{
  position: relative;
  text-align: left;
  top: 32px;
  left: 0px;
  max-width: 640px;
  padding-right: 16px;
  font-family: archivo_regular;
  color: rgb(11,6,12);
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 1.2;
}
.CV_link{
  position: relative;
  font-family: archivo_regular;
  color: rgb(11,6,12);
  top: 42px;
  left: 8px;
  max-width: 50%;
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 1.2;
}
.text_contact{
  position: relative;
  text-align: justify;
  top: 60px;
  left: 0px;
  max-width: 50%;
  padding-right: 16px;
  font-family: archivo_regular;
  color: rgb(244,249,243);
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 1.2;
}

a:link {
    color: rgb(11,6,12);
    text-decoration: underline;
}

a:visited {
    color: rgb(11,6,12);
    text-decoration: underline;
}

a:hover {
    color: rgb(128,128,128);
    text-decoration: underline;
}

a:active {
    color: rgb(11,6,12);
    text-decoration: underline;
}


.home_content{
  position: absolute;
  background-color: rgb(244,249,243);
  left: 0px;
  padding: 0px;
  width: calc(100% - 120px);
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.home_image{
  position: absolute;
  padding: 0px;
  margin: 0px;
  height: 100%;
  object-fit: contain;
}

.info_content{
  position: absolute;
  display: block;
  background-color: rgb(244,249,243);
  left: 0px;
  padding: 24px 16px 16px 16px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 0;
}

.content{
  position: absolute;
  display: block;
  background-color: rgb(244,249,243);
  left: 0px;
  padding: 44px 24px 24px 24px;
  width: 100%;
  overflow-y: scroll;
  z-index: 0;
}

.translucid{
  opacity: 0;
  transition: opacity .3s ease;
}
.unscrollable{
  overflow-y: hidden !important;
}

section{
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  width: 100%;
  height: 0px;
  top: 0px;
  background-color: rgb(244,249,243);
  font-family: archivo_regular;
  font-size: 22px;
  letter-spacing: 2px;
  margin-left: 0px;
  margin-bottom: 0px;
  /* border-bottom-style: solid;
  border-width: medium;
  border-color: rgb(0,115,248); */
  width:auto;
  z-index: 1;
}

.sectionName{
  position: relative;
  width: 100%;
  font-family: archivo_regular;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 10px;

}

.row {

  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  flex-basis: auto;
  flex-direction: row;
  left:0px;
  margin-top: 0px;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 16px;
  padding: 0px 8px 0px 8px;
}

.column25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0px 8px 0px 8px;
}
.column35 {
  -ms-flex: 35%; /* IE10 */
  flex: 35%;
  max-width: 35%;
  padding: 0px 8px 0px 8px;
}
.column40 {
  -ms-flex: 40%; /* IE10 */
  flex: 40%;
  max-width: 40%;
  padding: 0px 8px 0px 8px;
}
.column50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0px 8px 0px 8px;

}
.column75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
  max-width: 75%;
  padding: 0 8px;
}
.column100 {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 8px;
}
.itemContainer {
  position: relative;
  margin-top: 16px;
}
.fadingElements{
  opacity: 0;
  transition: opacity .5s;
}
.item {
  width: 100%;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  transition: all 1s;
  border: solid;
  border-width: thin;
  border-color: rgb(11,6,12);
}
.itemBorderless {
  width: 100%;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  transition: all 1s;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgb(11,6,12);
}
.itemContainer:hover .overlay {
  opacity: .8 !important;
}
.itemTitle{
  color: rgb(255,255,255);
  font-family: archivo_regular;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: .8px;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  padding-top: 12px;
  left: 50%;
  margin-left: 16px;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemTitle em{
  font-family: archivo_regular !important;
  font-style: normal !important;
  font-size: 13px;
  letter-spacing: .8px;
  line-height: 1.2;
}
.select_item_button{
  position: absolute;
  top:0px;
  width: 100%;
  height: 100%;
  background-color: rgb(244,249,243);
  border: none;
  cursor: pointer;
  opacity: 0;
}
.details_tab{
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  left: 100%;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgb(244,249,243);
  transition: all .3s ease;
}
.tab_left_column {
  flex: 62%;
  max-width: 62%;
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tab_left_column::-webkit-scrollbar {
  display: none;
}

.tab_right_column {
  flex: 38%;
  max-width: 38%;
  padding: 66px 0px 0px 16px ;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tab_right_column::-webkit-scrollbar {
  display: none;
}
.tab_title{
  color: rgb(11,6,12);
  font-family: archivo_regular;
  font-size: 24px;
  letter-spacing: .3px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin-top: -10px;
  margin-left: 0px;
  text-align: left;
}
.tab_image{
  position: relative;
  width: 100%;
  padding:0px;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  top: 0px;
}
.tab_credits{
  color: rgb(11,6,12);
  font-family: archivo_regular;
  font-size: 14px;
  letter-spacing: .3px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;

}
.tab_description{
  color: rgb(11,6,12);
  font-family: archivo_regular;
  font-size: 14px;
  letter-spacing: .3px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}


.tab_links{
  color: rgb(11,6,12);
  font-family: archivo_regular;
  font-size: 14px;
  letter-spacing: .3px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 20px;
  text-align: left;
}
.tab_closing_button{
  position: absolute;
  margin: 0px;
  padding: 0px 0px 0px 16px;
  top: 56px;
  right: 16px;
  border: none;
  background-color: rgb(244,249,243);
  font-family: archivo_regular;
  font-size: 24px;
  color: rgb(11,6,12);
  text-align: center;
  vertical-align: top;
  cursor:pointer;
}

.fixed_position{

}

#tab_1_closing_button{

}

#tab_2_closing_button{

}

#tab_3_closing_button{

}

#tab_4_closing_button{

}

#tab_5_closing_button{

}

#tab_6_closing_button{

}


.tab_closing_button:hover{
  color: rgb(128,128,128);
}
.tab_closing_button:focus{
  outline:none !important;
}
.tab_closing_button:active{
  color: rgb(228,228,228);
}
.unfolded{
  left: 0px !important;
  transition: all .3s ease;
}
