*{
    box-sizing: border-box;
  }
  /* *::-webkit-scrollbar {
    display: none;
  }
  *{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  } */
  html{
    font-size: 62.5%;
  }
  
  body{
    font-size: 1.65rem;
    line-height: 1.4;
    margin: auto;
    color: #0A0A0A;
    background-color: #F7F7F7;
    text-align: center;
  }
  h1{
    font-size: 6rem;
    /* padding-top: 15%;
    padding-left: 45%; */
  }

  h2{
    font-size: 5rem;
    /* padding-bottom: 5% */
  }

  h3{
    font-size: 4rem;
    /* padding-bottom: 2%; */
  }
  h4{
    font-size: 3rem;
    /* padding-bottom: 2%; */

  }
  h5{
    font-size: 2rem;
  }
/* header{
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
} */
  a,#a{
    color: #000;
    text-decoration: none;
  }
  /* a:hover,#a:hover,li:hover{
    text-decoration: none;
    cursor: pointer;
    color: aqua;
  } */

section{
  z-index: -1;
}  

/* gestion de la navigation */
.hideNav,.hide{
  display: none;
}
/* nav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -220px;
    transition: 0.5s;
} */
.RespImg,#preview li,#previewXs li {
  display:flex;
  flex-direction:row;
  margin:1.5%;
}
#previewXs li p{
  display: none;
}
.RespImg,#preview li img,#previewXs li img{
  /* display: block; */
  max-width: 100%;
  height: auto;
}
#preview li img,#preview li embed,#previewXs li img,#previewXs li embed{
  /* display: block; */
  /* max-width:50%; */
  height: auto;
  max-height: 250px;
}
.preview2 li img,.preview2 li embed{
  display: block;
  max-width:50% !important;
  height: auto !important;
  max-height:  150px !important;
}
.CloseMenu{
  position: absolute;
    top: 0;
    right: 10px;
    font-size:8rem;
    z-index: 2;
    color: #b50505;
    height: 60px;
    width: 60px;
    
}
.HbgMenu{
  position: sticky;
  z-index: 1;
  margin: 5% ;
  width: 30px;
  right: 0;
  top: 50px;
  
  /* margin-left: 45%; */
}
.HbgMenu span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #b40404;
  margin: 10px 0;  
} 
.enteteperm{
  
  margin-left: 1%;
  margin-top: 2%;
}
.NavStd #HbgMenu{
  margin-left: 20%;
  margin-top: 15%;
}

/* .NavStd ul {
  opacity: 0;
} */

/* .NavStd #HbgMenu:hover + ul,.NavStd:hover,ul:hover{
  opacity: 1;
  background-color: #b40404;
  height: 100vh;
} */
.Logo{
 display: flex;
    flex-direction: row;
    margin-top: 1.5%;
    margin-left: 34%;
}
@media (max-width: 992px){
  header{
    background-color: #2e2d2d;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top:0;
    
  }
  .enteteperm{
  margin-top: 12%;
}
  h1{
    font-size: 4rem;
    /* padding-top: 15%;
    padding-left: 45%; */
  }

  h2{
    font-size: 3.5rem;
    /* padding-bottom: 5% */
  }

  h3{
    font-size: 3rem;
    /* padding-bottom: 2%; */
  }
  h4{
    font-size: 2.5rem;
    /* padding-bottom: 2%; */

  }
  h5{
    font-size: 2rem;
  }
  .AfficheXS{
    display:block;
  }

  .HideSM{
    display: none;
  }
  .OpenNav{
    background-color: #2e2d2d;
    height: 100%;
    width: 100% !important;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: visible;
    transition: .5s;
  }
  .OpenNav ul {padding-left: 0 !important;}
  .OpenNav li{
    color: white !important;
    font-size: 7vw;
    margin:  calc(100vh - 96vh); ;
  }
  .OpenNav li a{
    color: white !important;
    font-size: 7vw;
  }
  .TitlePrinc{
    margin-left: 0 !important;
  }
  .HeaderPage{
    height: 100%!important;
    min-height: 100vh!important;
    
  }
  .HeaderPage .imgContHead{
    height: 245px;
  }
  .RespImg{
    display:flex;
    flex-direction:row;
    
    margin-top:1.5%;
    margin-left: 15%;  
  }
  .RespImgnav{
    display:flex;
    /* flex-direction:column; */
    align-items: center !important;
    justify-content: center !important;
    /* margin-top:1.5%;
    margin-left: 15%;   */
  }
  #preview li,#previewXs li {
    display:flex;
    flex-direction:row;
    margin-top:1.5%;
    margin-left: 2.5%;
  }
  .HeaderPage .FormCont .ContentForm .Contact{
    background-color: rgba(15,15,15,0.7);
    color: #F7F7F7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:2%;
    padding: 30px 20px;
    max-width: 80%;
  }
  .HeaderPage .FormCont .ContentForm .Contact .ContactBody{
    display: block ;
  }
  .btn{
    background-color: rgb(223, 105, 9);
    border-color: rgb(223, 105, 9);
    border-radius: 0;
    text-transform: uppercase;
    color: #F7F7F7;
    display: block;
    width: 80% !important;
    margin: 0 10% !important;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    /* vertical-align: middle; */
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
  }
  ol{
    padding: 0;
  }
  .MainContentForm{
    margin-left: 0 !important;
    
    max-width: 100% !important;
    /* display:flex; */
  }
  .cardxs{
    /* margin-left: 4.15%; */
    margin-bottom: 2%;
    border: 1px solid black;
  }
  .modal,.ModalTick,.ModalDoc{
    z-index:5;
    width: 95% !important;
    /* background-color: rgba(15,15,15,0.8) !important; */
    color: #F7F7F7;
    height: 85vh;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 2.5% !important;
    top: 10%;
    border-radius: 20px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(15,15,15,0.75); /* Black w/ opacity */
  }
  .modal-content {
    /* background-color: #fefefe; */
    margin: 15% auto !important; /* 15% from the top and centered */
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 90%; /* Could be more or less, depending on screen size */
  }
  .ImfModTick{
    width: 10% !important;
  }
  .card::after,.CardAccount::after {
    content: "";
    display: inline-block;
    width: 80% !important;
    border-bottom: 2px solid;
    margin: 3rem;
    color: rgb(223, 105, 9);
}
}
@media (min-width: 992px){
  /* ul{
    margin-top: 0! important;
  } */
  ul li{
    margin: 2% 0;
  }
  .AfficheSM{
    display:block;
  }  
  .HideXS{
    display: none !important;
  }
  /* nav{
    text-align:left;
    width: 10%;
      height: 100%;
      position: fixed;
      z-index: 3;
      top: 0;
      left: 0;
      overflow-x: visible;
      transition: 0.5s;
  } */
  .HeaderPage .FormCont .ContentForm .Contact{
    background-color: rgba(15,15,15,0.7);
    color: #F7F7F7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:2%;
    padding: 30px 20px;
    max-width: 30%;
  }
  .FormGestMac{
    margin-left: 20%;
  }
}


.MainContent{
  transition: all .5s ease;
  overflow: hidden;
  min-height: 100vh;
  /* margin-left: 12.5%; */
  /* max-width: 85%; */
}
.HeaderPage .FormCont .ContentForm{
  height: 100%!important;
  display: block;
}
.HeaderPage{
  width: 100%;
  min-height: 100vh;
  display: flex;
  background-size: cover;
  position: relative;
}
.HeaderPage .imgContHead{
  position: absolute;
  z-index:-1;
  bottom: 0;
  top:0;
  width: 100%;
  height: inherit;
}
.FormCont{
  /* background-color: #888; */
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  align-content: center;
  text-align: center;
}
 .ContentForm{
 width: 100%;
 height: 100%;
 flex-direction: column;
 justify-content: space-evenly;
}
 .FormCont .ContentForm .TitleForm{

  color:rgb(223, 105, 9);
  font-weight: 600;

  font-size: 4.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 10%;
  padding-bottom:10%;
}
 .FormCont .ContentForm .TitleForm a{
  color:rgb(223, 105, 9);
  font-size: 3rem;
}
.TitleForm::before,.TitleForm::after{
  content: "";
  display: inline-block;
  width: 15%;
  border-bottom: 1px solid;
  margin: 8px 2rem 0;
}

.HeaderPage .FormCont .ContentForm .Contact .ContactBody,.FormBody{
  display: flex;
  text-align: center;
}
.HeaderPage .FormCont .ContentForm .Contact .ContactBody .InfoContact{
  display: flex;
  margin-bottom: 15px;
  min-height: 55px;
}
.HeaderPage .FormCont .ContentForm .Contact .ContactBody .InfoContact .InfoContactContent{
  margin-top: 6px;
  margin-left: 6px;
  display: inline-flex;
}
.HeaderPage .FormCont .ContentForm .Contact .ContactBody .InfoContact .InfoContactLogo {
  /* margin-right: 6px; */
  vertical-align: middle;
  /* width: 30px; 
  */
}
.FormGroup{
  margin-bottom: 30px;
  /* margin-left: 40px; */
  text-align: center;
}

.imgContHead, .fullbg, .lowbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.row{
  margin-left: -15px;
  margin-right: -15px;
}
.row::after,.row::before{
  display: table;
  content: "";
}
.FormsControls{
  display: block;
  width: 100% !important;
  padding: 6px 12px;
  color: #0A0A0A;
  background-color: #F7F7F7;
  border: none;
  margin: 0;
  font-size: 16px;
}
.btn{
  background-color:rgb(223, 105, 9);
  border-color:rgb(223, 105, 9);
  border-radius: 0;
  text-transform: uppercase;
  color: #F7F7F7;
  display: block;
  width: 60%;
  margin: 0 20%;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  /* vertical-align: middle; */
  touch-action: manipulation;
  cursor:pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
}
.MainContentForm{
  /* margin-left: 12%; */
  margin: 2% 4%;
  /* max-width: 85%; */
  /* display:flex; */
}
.TitlePrinc{
  margin-left: 12%;
}

table td{
  border: 1px #000 solid;
}

table tr:hover{
  background-color: wheat;
}

table th{
  border: 1px #000 solid;
  position: sticky;
  top: 0;
}

.CoulCli{
  background-color: aqua;
}
.CoulPKS{
  background-color: coral;
}

.CoulWhite{
  background-color: white;
}

.ImfModTick{
  width: 50%;
}

.modal,.ModalTick,.ModalDoc{
  z-index:5;
  width: 85%;
  /* background-color: rgba(15,15,15,0.8) !important; */
  color: #F7F7F7;
  height: 85vh;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 12%;
  top: 10%;
  border-radius: 20px;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(15,15,15,0.75); /* Black w/ opacity */
}
.close {
  color: #ffffff;
  float: right;
  font-size: 3.5rem;
  font-weight: bold;
  margin-right: 2%;
  margin-top: 2%;
}

.close:hover,
.close:focus {
  color: rgb(223, 105, 9);
  text-decoration: none;
  cursor: pointer;
}
.modal-content {
  /* background-color: #fefefe; */
  margin: 2.5% auto; /* 15% from the top and centered */
  /* padding: 20px; */
  /* border: 1px solid #888; */
  width: 90%; /* Could be more or less, depending on screen size */
}
.modal-content table td{
  border: 1px #F7F7F7 solid;
}

.CouAct{
  cursor :pointer;
  color: rgb(223, 105, 9);
}

.NoValidPwd{
  color: #b50505;
}
.pbcon{
  color: #ff0808;
}
.ValidePwd{
  color: forestgreen;
}

/* .ModalDoc #preview{
  display: grid;
  grid-template-columns: repeat(2,5fr);
} */
.card::after{
  content: "";
  display: inline-block;
  width: 90%;
  border-bottom: 2px solid;
  margin: 3rem ;
  color:rgb(223, 105, 9);
}

.infoconta{
  background-color: rgb(10, 7, 7);
  /* top: 8px; */
  left: 52%;
  content: "";
  width: 2px;
  height: 60%;
  position: absolute;
  /* z-index: 0; */
}
.Filtre{
  margin-bottom: 4.5%;
  border: 1px solid black ;
  padding-bottom: 1.5%;
}
.mdp{
  color: #FFF;
}
.mdp:hover{
  color:rgb(223, 105, 9);
}

