/* body{
    font-family: gotham;
  } */
  .logo{
  width: 60px;
  height: 80px;
  background: url(img/Logo-French-1.png);
  }
  .nav-content{
      height: 20vh;
  }
  .navbar-link{
      color: black;
      font-weight: 500;
  }
  .heading-title h1{
  position: absolute;
  max-width: 1250px;
  left: 78px;
  top: 240px;
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 160px;
  line-height: 132px;
  color: #fff;
  }
  @media (max-width:967px) {
    .heading-title h1{
      font-size: 100px;
      line-height: 100px;
        }
  }
  @media (max-width:567px) {
    .heading-title h1{
      left: 20px;
  top: 240px;
      font-size: 80px;
      line-height: 80px;
        }
  }
  header{
      position: relative;
      width: 100%;
      height: auto;
      background-size: cover;
      background-position: center;
      object-fit: contain;
  }
  @media only screen and (min-width: 768px) {
    .img-topbar{
      padding-right: 4rem;
    }
  }
  header img{
    width: 100%;
    height: auto;
  }
  .left-menu{
      display: flex;
      justify-content: space-between;
  }
  .codeInput{
      width: 50px;
      border: 0 ;
      border-bottom: 2px black solid;
  }
  .article-title{
  
    font-family: Gotham;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
  }
  .image-content-1{
      width: 100%;
      height: 360px;
      background: url(img/image-8.png) no-repeat; 
      background-size: contain;
  }
  .image-content-2{
      width: 660px;
      height: 360px;
      background: url(img/image-9.png) no-repeat; 
      background-size: contain;
  }
  .image-content-3{
      width: 100%;
      height: 360px;
      background: url(img/image-1.png) no-repeat; 
      background-size: contain;
  }
  .image-content-4{
      width: 100%;
      height: 360px;
      background: url(img/image-6.png) no-repeat; 
      background-size: contain;
  }
  p{
      font-family: Gotham;
  }
  .article-head{
    font-family: Gotham;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000;
  }
  
  .article{
    font-family: Gotham;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
  }
  
  .vector-red{
  position: absolute;
  Width :274px;
  Height :320px;
  Top :234px;
  Left :57vw;
  background: url(img/Vectorred.png) no-repeat; 
  background-size: contain;
  }
  .vector-fill-red{
  position: absolute;
  Width :274px;
  Height :320px;
  Top :250px;
  Left :57vw;
  background: url(img/Vector.png) no-repeat; 
  background-size: contain;
  }
  .vector-little{
  position: absolute;
  Width :174px;
  Height :320px;
  Top :40vh;
  Left :53.4vw;
  background: url(img/Vectorlittlegr.png) no-repeat; 
  background-size: contain;
  }
  .vector-fill-little{
  position: absolute;
  Width :174px;
  Height :320px;
  Top :41vh;
  Left :54vw;
  background: url(img/Vectorlittle.png) no-repeat; 
  background-size: contain;
  }
  .vector-red-reverse{
  position: absolute;
  Width :274px;
  Height :320px;
  Top :37vh;
  Left :8.6vw;
  background: url(img/Vectorred.png) no-repeat; 
  background-size: contain;
  transform: rotate(120deg);
  }
  .vector-fill-red-reverse{
  position: absolute;
  Width :274px;
  Height :320px;
  Top :38.2vh;
  Left :8vw;
  background: url(img/Vector.png) no-repeat; 
  background-size: contain;
  transform: rotate(120deg);
  }
  .vector-little-reverse{
  position: absolute;
  Width :174px;
  Height :320px;
  Top :21vh;
  Left :6.4vw;
  background: url(img/Vectorlittlegr.png) no-repeat; 
  background-size: contain;
  transform: rotate(130deg);
  }
  .vector-fill-little-reverse{
  position: absolute;
  Width :174px;
  Height :320px;
  Top :22vh;
  Left :5.6vw;
  background: url(img/Vectorlittle.png) no-repeat; 
  background-size: contain;
  transform: rotate(130deg);
  }
  
  
  @media (max-width:767px) {
    .vector-red,.vector-fill-red{
      position: absolute;
      Width :150px;
      Height :220px;
      }
  }
  /* footer */
  .footer-dark {
      padding: 50px 0;
      color: #f0f9ff;
      background-color: #282d32;
    }
    
    .footer-dark h3 {
      margin-top: 0;
      margin-bottom: 12px;
      font-weight: bold;
      font-size: 16px;
    }
    
    .footer-dark ul {
      padding: 0;
      list-style: none;
      line-height: 1.6;
      font-size: 14px;
      margin-bottom: 0;
    }
    
    .footer-dark ul a {
      color: inherit;
      text-decoration: none;
      opacity: 0.6;
    }
    
    .footer-dark ul a:hover {
      opacity: 0.8;
    }
    
    @media (max-width:767px) {
      .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
      }
    }
    
    .footer-dark .item.text {
      margin-bottom: 36px;
    }
    
    @media (max-width:767px) {
      .footer-dark .item.text {
        margin-bottom: 0;
      }
    }
    
    .footer-dark .item.text p {
      opacity: 0.6;
      margin-bottom: 0;
    }
    
    .footer-dark .item.social {
      text-align: center;
    }
    
    @media (max-width:991px) {
      .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
      }
    }
    
    .footer-dark .item.social > a {
      font-size: 20px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
      margin: 0 8px;
      color: #fff;
      opacity: 0.75;
    }
    
    .footer-dark .item.social > a:hover {
      opacity: 0.9;
    }
    
    .footer-dark .copyright {
      text-align: center;
      padding-top: 24px;
      opacity: 0.3;
      font-size: 13px;
      margin-bottom: 0;
    }
  
    .space{
      width: 650px;
      margin-left: 3vw;
    }
  .space-heading{
    font-size: 28px;
    font-weight: 900;
    color: #882A3E;
    margin-bottom: 0;
  }
  .title-signin{
    font-family: Gotham;
    font-size: 24px;
    color: #333333;
  }
  
  .theme-color{
    color: #882A3E;
  }
  
  .form-control{
    background-color: #F2F2F2;
    height: 2.3seem;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
  }

  .btn-form{
    background-color: #F2F2F2;
    width: 206px;
    height: 49px;
    border-radius: 5px;
    border: 0;
    color: #867d7d;
  }
  .changecolorbtn{
    background-color: #333333;
    color: #FFFFFF;
  }
  .btn-form-espaceco{
    height: 60px;
    background-color: #F2F2F2;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ced4da;
    color: #FFFFFF;
  }
  .hole-space{
    position: relative;
    width: 99%;
    height: 100%;
  }
  .circle-space{
    position: fixed;
    height: 260px;
    width: 261px;
    right: 1vw;
    bottom: 0vh;
    background: url(img/pack.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
  }
  .pack-space{
    position: absolute;
    height: 133px;
    width: 126px;
    left: 2vw;
    top: 12vh;
    background: url(img/pack_part.png) no-repeat; 
    background-size: contain;
    z-index: -1;
  }
  
  .icone-user{
    position: absolute;
    top: 0.5em;
    right: 1vw;
    padding: 2px;
    font-size: 25px;
  }
  
  
  .form-check-input::after{
  display: none;
  }
  
  .form-check-label{
    font-family: Gotham;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.3px;
  }
  .form-control:focus,.form-check-input:focus{
    color: #212529;
    border-color: #282d32;
    outline: 0;
    box-shadow: 0 0 0 0.05rem white;
    background-color: #F2F2F2;
  }
  .form-check-input:focus{
    background-color: #FFF;
    border-color: #FFF;
    box-shadow: 0 0 0 0.10rem #282d32;
    border-radius: 0;
  }
  .form-check-input:checked[type=checkbox]{
    background-color: #282d32;
    border-color: #FFF;
    box-shadow: 0 0 0 0.10rem #282d32;
    border-radius: 0;
    background-image: none;
  }
  
  .info-space{
    position:relative;
  }
  .min-pack{
    position: absolute;
    height: 30px;
    width: 40px;
    right: 10vw;
    top: 20vh;
    background: url(img/min-pack.png) no-repeat; 
    background-size: contain;
    z-index: -1;
  }
  .hole-pack{
    position: absolute;
    height: 90px;
    width: 100px;
    right: 15vw;
    top: 17vh;
    background: url(img/hole-pack.png) no-repeat; 
    background-size: contain;
    z-index: -1;
  }
  .half-pack{
    position: absolute;
    height: 90px;
    width: 100px;
    right: 10vw;
    top: 30vh;
    background: url(img/half-pack.png) no-repeat; 
    background-size: contain;
    z-index: -1;
  }
  
  .form-group{
    position: relative;
  }
  .label{
    position: absolute;
    top: 0.4em;
    left: 4em;
    color: #828282;
    transition: all 0.4s;
    opacity: 0;
  }
  .change-place{
    position: absolute;
    top: -1.6em;
    left: 4em;
    transition: all 0.4s;
    opacity: 1;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #333333;
  }
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .change-place{
      left: 1em;
    }
  }

  @media (max-width: 768px){
  .navbar-symb{
      display: none;
  }
  .navbar-link{
    margin: 0.5em;
  }

  }
  .ellipse-background{
    margin: 50px;
    height: 167px;
    width: 167px;
    background: url("img/Ellipse_blue.png") no-repeat center; 
    background-size: cover;
    }
  .ellipse_background_orange{

    background: url("img/Ellipse_orange.png") no-repeat center; 
    background-size: cover;
    }
  .ellipse_background_green{

    background: url("img/Ellipse_green.png") no-repeat center; 
    background-size: cover;
    }

  /* style select box */

  .select-box {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  
  .select-box .options-container {
    font-family: Roboto;
    font-size: 14px;
    position: absolute;
    top: 95%;
    background: #FFF;
    color: #333333;
    max-height: 200px;
    width: 100%;
    opacity: 0;
    padding: 5px;
    transition: all 0.4s;
    border: 1px solid #ced4da;
    border-radius: 0  0 5px 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 0;
    order: 1;
    visibility: hidden;
  }
  
  .selected {
    background: #F2F2F2;
    border: none;
    border-radius: 5px;
    position: relative;
    order: 0;
    height: 2.3em;
    font-family: Roboto;
    font-size: 14px;
    color: #333333;
  }
  
  .selected::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.4s;
  }
  
  .select-box .options-container.active {
    max-height: 330px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  
  .select-box .options-container.active + .selected::after {
    transform: rotate(90deg);
    top: 7px;
  }
  .box-select.active .selected::after {
    transform: rotate(90deg);
    top: 7px;
  }
  
  .select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #3f4041;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .option,
  .selected {
    padding: 7px 24px;
    cursor: pointer;
  }
  
  .select-box .option:hover {
    color: #F2F2F2;
    background: #6d6e6e;
  }
  
  .select-box label {
    cursor: pointer;
  }
  
  .select-box .option .radio {
    display: none;
  }
  .text-danger{
    font-size: 12px;
  }

/* Style tooltip */
  .tooltip-inner {
    background-color: transparent;
  }
  #pleinEcran {
    display: none;
  }