/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 1, 2019, 3:56:44 PM
    Author     : Utilisateur
*/

    
    
.important_text {
    text-align: left;
    font-size: 20px;
    color: var(--main_color);
    font-weight: bold;
    padding: 5px;
}

.important_info_text {
    vertical-align: top;
    text-align: left;
    font-size: 20px;
    color: #7d7e80;
    width: 80px;
    padding: 5px;
}



.important_text_small {
    text-align: left;
    font-size: 14px;
    color: var(--main_color);
    font-weight: bold;
    padding-bottom: 5px;
}

.important_info_text_small {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #7d7e80;
    width: 80px;
    padding-bottom: 5px;
}


.info_box {
    border-radius: 10px;
    background: #f3f3f3;
    padding: 5px 10px;
    margin-bottom: 15px;
}



.btne { 
    border:none;
    border-radius: 5px;
    padding:8px 10px;
    margin-bottom: 8px;
    background: rgba(0, 157, 224, 1);
    border: 1px solid;
    color: white;
    
    background-image: var(--main_color);

    

}




.btne:hover {

		opacity: 0.75;
	}
.btne:active {
		opacity: 0.5;
		box-shadow: 0 0 8px 0 var(--main_color);;
		transform: translate3d(0, 2px, 0);  
	}
        
.btne:focus {outline:0px;}



.btnes { 
    border:none;
    border-radius: 5px;
    padding:5px;
    margin-bottom: 8px;
    background: var(--main_color);
    border: 1px solid;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px!important;
    
    background-image: var(--main_color);
    

}


.btnes:hover {

		opacity: 0.75;
	}
.btnes:active {
		opacity: 0.5;
		box-shadow: 0 0 8px 0 rgba(0, 157, 224, 1);
		transform: translate3d(0, 2px, 0);  
	}
        
.btnes:focus {outline:0px;}



.ct{
  width:100%;
  margin: 0 auto;
}

ul.onglet{
  margin: 0px auto!important;
  display:table;
  margin-bottom: 20px;
  width:95%;
}

li.onglet_li{
  display:table-cell;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width:33.33%;
  background-color:rgba(200,200,200,0.5);
  border: solid thin white;
  border-radius: 5px 5px 0px 0px;
  border-bottom-width: 0px;
  cursor: pointer;
  position: relative;
}


li.onglet_li input {
    position: absolute;
    left: 20px;
    
}

li.onglet_li span {
    position: absolute;
    right: 20px;
    background: var(--main_color_50);
    border-radius: 5px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: var(--header_color_text);;
    font-weight: bold;
}


li.onglet_li:hover{
  background-color:var(--main_color_10);
}

.onglet_li.activate{
  border-bottom-color:var(--main_color);
  border-bottom-width: 5px;
}

.onglet_box {
    
    border-radius: 5px;

    padding: 20px;
    min-height: 40vh;
    background: #f3f3f3;
}
    

.ulbuttons {
  display:table;
  margin-bottom: 20px;
}


.libutton {
  display:table-cell;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

















    
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #7d7e80;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}




.lds-facebook-my {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook-my div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook-my div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook-my div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook-my div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}






.lds-dual-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}







.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--main_color_50);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--main_color_50);
  border-color: var(--main_color_50);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}