:root {
  --font: "light", sans-serif;
  --first-color: #fba00b;
  --white: #fff;
  --box-shadow-color: #e4ebdf;
  --box-shadow-color2: #d3dfca;
  --box-shadow-color2-op: #d3dfcab3;
  --box-shadow-color3: #c9dbba;
  --box-shadow-color4: #a4b696;
}

/* ******************** Reset ******************** */
html {
  box-sizing: border-box;
  font-family: var(--font);
}

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none !important;
  list-style: none !important;
}

a:hover {
  color: var(--first-color);
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color:var(--box-shadow-color);
  color: black;
  font-family: 'light', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

section, 
.container, 
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.align-center {
  text-align: center;
}

/* #go_up {
  background: rgba(0, 0, 0, .15);
  border-radius: 25%;
  bottom: 90px;
  left: 25px;
  max-width: 50px;
  padding: 10px;
  position: fixed;
  z-index: 99999999;
} */

.section_head {
  background-color: #001212;
  /* padding-bottom: 10px; */
  padding-top: 65px;
}

/* .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
} */

.container-title {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

h1{
  color: var(--first-color) !important;
  font-family: 'Balboa-UltraLight';
  font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
  font-weight: bold !important;
  line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  word-break: break-word;
  word-wrap: break-word;
  /* font-size: 3.52rem; */
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 3rem;
  font-weight: bold;
}

.subtitle_h2 {
  color: var(--white);
  display: none;
  font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
}

.container_logos {
  background: var(--box-shadow-color2-op);
  border-radius: 5px;
  display: flex;
  margin: 2rem 0 4rem;
  padding: 0 0.4rem;

  /* justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-width: fit-content; */
  /* overflow-x: scroll; */
  /* padding: 15px; */
  /* scroll-snap-type: none; */
  /* width: 100%; */
}

.logo_container {  
  background: var(--box-shadow-color2-op);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* min-height: 330px; */
  justify-content: center;
  margin: 20px auto;
  min-width: fit-content;
  /* position: relative; */
  top: 30px;
  left: 80px;
}

.box_sh {
  box-shadow: 0 0 8px 2px #aab1a7;
}

.logo_box {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  min-width: fit-content;
  /* padding: 1rem; */
  position: relative;
}

.logo_box .xml {
  filter: invert(1);
}

.logo_box .middle {
  padding-top: 30px;
  padding-bottom: 45px;
  width: 50%;
}

.container_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  /* overflow: hidden; */
  min-height: 260px;
}
/* .help_logo_box {
  cursor: pointer;
  max-width: 220px;
} */

.help_logo {
  height: 160px;
  transition: 0.3s;
  /* width: 160px; */
}

.help_logo_free_4k {
  padding: 20px;
}


.help_logo_free_delta,
.help_logo_bbox_miami {
  padding: 30px;
}


.help_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 10px;
  /* position: relative;
  margin-top: 30vh;
  transform: translateY(-50%); */

}

.box_lecteur,
.box_decodeur,
.box_ordinateur {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.help_text {
  font-size: 1.2rem;
}

.content_hdmi {
  padding: 0 2rem;
}

/* .box_ordinateur {
  max-width: 50%;
  margin: auto;
} */

.box_img {
  align-items: center;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 8px 2px #aab1a7;
  display: flex;
  justify-content: center;
  height: 100px;
  margin: 5px;
  /* max-height: 50%;
  max-width: 50%; */
  padding: 20px 5px;
  transition: 0.3s;
  width: 120px;
}

.bg_op {
  opacity: 60%;
}

.float_img {
  /* margin-top: -30px; */
  align-items: stretch;
  padding: 0 5px;
  transition: 0.3s;
  max-width: 300px;
  width: 50%;
}

.float_img img {
  height: 82px;
  width: 259px;
}

.box_img img {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 75px;
}

.p_bot_10 {
  padding-bottom: 10% !important;
}

.selector {
  /* color: var(--first-color); */
  color: #303030;
  opacity: 0.8;
  font-weight: 700;
}

/* Sur pages annexes */
.fil_ariane {
  font-size: 1rem;
  padding-top: 20px;
}

.fil_ariane_last {
  color: var(--white);
}

.fil_ariane_last:hover {
  color: var(--white);
}

.fil_ariane_current {
  color: grey;
}

.hidden_help {
  height: 0;
}

@media (max-width: 400px) {
  .float_img img {
      height: 50px;
      width: 155px;
  }
}

@media (min-width: 575px) {
  .box_lecteur,
  .box_decodeur,
  .box_ordinateur {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.3rem;
  }

  .fil_ariane {
    font-size: 1.2rem;
  }
  
  .section_head {
    /* padding-bottom: 20px; */
    padding-top: 85px;
  }

  /* .logo_box {
    padding: 1rem 1.5rem;
  }
   */
  .help_text {
  font-size: 1.5rem;
  }

  .content_hdmi {
    padding: 0 3rem;
  }
  
  .container_logos {
    margin: 3rem 0 4rem;
  }
}
  
  /* .help_logo_box {
    TODO: A voir en tablette
    cursor: pointer;
    max-width: 220px;
  } */
  


@media (min-width: 1024px) {
  h1 {
    font-size: 4.4rem !important;
    line-height: 1 !important;
  }

  /* section, 
  .container, 
  .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
  } */

  .global-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .fil_ariane {
    font-size: 1.3rem;
    transition: 0.3s;
  }
  
  .subtitle_h2 {
    display: block;
    font-size: 2.2rem !important;
    line-height: 1 !important;
  }
  
  .section_head {
    padding-bottom: 20px;
    padding-top: 85px;
  }
    
    /* #go_up {
    bottom: 10px;
  } */

  .section_head {
    padding-bottom: 30px;
    padding-top: 105px;
  }

  .fil_ariane_last:hover {
    color: var(--first-color);
  }

  .container_logos {
    display: flex;
    justify-content: center;
    margin: 3rem 3rem 4rem;
  }

  .float_img img {
    /* height: 82px; */
    /* width: 259px; */
    height: 82px;
    width: 259px;
}

.content_hdmi {
  padding: 0 6rem;
}

  .box_img:hover, 
  .float_img:hover, 
  .help_logo:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
}

@media (max-width: 1024px) {
  .container_logos {
      overflow-x: scroll;
  }
}

@media (min-width: 1440px) {
  /* section, 
  .container, 
  .container-fluid {
    padding-left: 15%;
    padding-right: 15%;
  } */
  .global-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}