video#bgvid {
  position: absolute; 
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 50%; 
  height: auto; 
  z-index: -100;
  background: url(images/main.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-device-width: 800px) {
  html { background: url(images/main.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
  }

video { display: block; }

hr {
  width: 35px;
  height: 3px;
  color: orange;
}

.overlayvid {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #000000;
}

.boucle {
  color: orange;
  font-size: 18px;
  font-weight: bold;
  animation: blink-caret .75s step-end infinite;
}

.img-index {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-avantages {
  font-size: 50px;
  color: #FF7919;
}
.icon-white {
  font-size: 50px;
  color: darkgrey;
}
.wrap {
  border-right: .15em solid orange;
  animation: blink-caret .75s step-end infinite;
}
@keyframes blink-caret {
  from, to { border-color: transparent !important; }
  50% { border-color: orange !important; }
}

.lora {
  font-family: "Lora", serif;
}



/* Bouton retour haut de page */
a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(234, 193, 90, .9);
  position:fixed;
  right:20px;
  opacity:1;
  z-index: 9999 !important;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(234, 193, 90, 1);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:20px;
  opacity:1;
}

.cRetour {
  border-radius:30px;
  /*   padding:10px; */
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(234, 193, 90, .25);
  z-index:99999;
  transition:all ease-in 0.2s;
  cursor: pointer;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background:rgba(234, 193, 90, 1);
  transition:all ease-in 0.2s;
}
/* Fin bouton retour */


/* The modalperso (background) */
.modalperso {
  position: fixed; /* Stay in place */
  z-index: 999 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modalperso Content */
.modalpersocontent{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myModal {
  display: none;
  opacity: 0.4;
}

.msg_sent {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  left: 25%;
  top: 21%;
  color: red;
  z-index: 2;
  margin-top: 4%;
}

.msg_error {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  left: 25%;
  top: 21%;
  color: red;
  z-index: 2;
  margin-top: 4%;
}

.tabpanel {
  /* border: 1px black solid; */
  box-shadow: 5px -6px 9px #aaa;
  margin-left: -5px;
  margin-top: -1px;
  background-color: #eaeaea;
}
.tabpan {
  text-align: justify;
}
.onglets {
  display: inline-block;
}
.onglet1 {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #AB8D41;
  color: black !important;
  margin-left: -5px;
  z-index: 3;
  box-shadow: 0 -5px 4px #aaa;
  text-align: left !important;
}

.onglet2 {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #D1AC4F;  /**/
  color: black !important;
  margin-left: -5px;
  z-index: 2;
  text-align: left !important;
}

.onglet > a {
  color: black !important;
}

.onglet3 {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #EAC15A; 
  color: black !important;
  margin-left: -5px;
  z-index: 1;
  text-align: left !important;
}

.onglet1-admin {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #AB8D41;
  color: black !important;
  margin-left: -5px;
  z-index: 2;
  text-align: left !important;
}

.onglet2-admin {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #D1AC4F;  /**/
  color: black !important;
  box-shadow: 0 -5px 4px #aaa;
  margin-left: -5px;
  z-index: 3;
  text-align: left !important;
}

.onglet3-admin {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #EAC15A; 
  color: black !important;
  margin-left: -5px;
  z-index: 1;
  text-align: left !important;
}

.onglet1-transcription {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #AB8D41;
  color: black !important;
  margin-left: -5px;
  z-index: 3;
  text-align: left !important;
}

.onglet2-transcription {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #D1AC4F;  /**/
  color: black !important;
  margin-left: -5px;
  z-index: 1;
  text-align: left !important;
}

.onglet3-transcription {
  border-top: .1px darkgray solid;
  border-bottom: 0;
  border-right: .1px darkgray solid;
  border-left: .1px darkgray solid;
  border-radius: 30px 30px 0 0;
  padding: 8px;
  background-color: #EAC15A; 
  color: black !important;
  box-shadow: 0 -5px 4px #aaa;
  margin-left: -5px;
  z-index: 3;
  text-align: left !important;
}

.img-transcript {
  align-content: center;
  max-width: 35%;
  display: block;
  margin: auto;
}

.list-softs {
  display: inline;
}

.cadre {
  border: 2px orange solid;
  text-align: center;
  padding: .5rem;
}

.cadre-black {
  border: 2px black solid;
  text-align: center;
  padding: .5rem;
}

.mall {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mall5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}


/** Tableau tarifs **/
table {
border: 4px solid orange;
border-collapse: collapse;
width: 100%;
}
th {
font-family: "lora", serif;
font-size: 20px;
/*color: white;*/
border: 3px solid orange;
width: 50%;
padding: 20px;
background-color: #D8D8D8;
text-align: center;
}
td {
font-family: "lora", serif;
font-size: 18px;
border: thin solid orange;
width: 50%;
padding: 30px;
text-align: center;
}
caption {
font-family: "lora", serif;
}

.th3 {
font-family: "lora", serif;
font-size: 20px;
/*color: white;*/
border: 3px solid orange;
width: 33.3%;
padding: 20px;
background-color: #D8D8D8;
text-align: center;
}
.td3 {
font-family: "lora", serif;
font-size: 18px;
border: thin solid orange;
width: 33.3%;
padding: 30px;
text-align: center;
}