/*
Theme Name: Theme Opteam
Description: Theme enfant de Divi par Opteam
Author: Opteam Interactive
Author URI: https://www.opteam-interactive.com/
Template: Divi
Version: 1.1
*/

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

#wp-admin-bar-acf-frontend{
  display: none;
}

/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

body{
    background-color: #101535!important;
}

a {
    color: #1b1f50;
}

button.frontend-admin-edit-button, button.fea-submit-button, a.mybtn, button.mybtn, button.modal-button{
    color: #ffffff;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #1b1f50;
    display: block;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
    padding: 0.3em 0.8em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 10px solid #1b1f50!important;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.btn-actions{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-actions a.mybtn{
  margin: 0;
}

.actions-lucky{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.actions-lucky a.mybtn{
  margin: 0;
}

.actions-titre-lucky{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.actions-titre-lucky a.mybtn{
  margin: 0;
}

td.desactive{
    color:firebrick;
    text-decoration: line-through;
}

.close-modal{
  cursor: pointer;
}

button.frontend-admin-edit-button:disabled, button.fea-submit-button:disabled,button.fea-submit-button.disabled:not(.temporary), a.mybtn:disabled, button.mybtn:disabled{
    color: #333333!important;
    border: 10px solid #dddddd!important;
    background-color: #dddddd!important;
}

.fea-modal-content{
    width: 80%!important;
    max-width: 500px!important;
}

table.my_tab, .my_tab tr td{
    border: none!important;
}

table.my_tab thead tr{
    color: #1b1f50;
    font-weight: 700;
    text-transform: uppercase;
}

table.my_tab tbody tr{
    background-color: #f6f6f6;
}

table.my_tab tbody tr:nth-child(2n){
    background-color: #ffffff;
}

.single table{
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.single table td{
  padding:6px 24px;
}

.content_pourcent{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 200px;
    border: solid 1px #333333;
    height: 20px;
}

.single-clients .content_pourcent{
  margin-right: 0;
}

.barre_pourcent{
    max-width: 198px;
    background-color: #58cbae;
    height: 18px;
}

.time_pourcent{
    display: inline-block;
    vertical-align: middle;
}

.myform_add .acf-label label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}

.myform_add .acf-label {
    vertical-align: top;
    margin: 0 0 10px;
}

.myform_add .acf-field {
    position: relative;
    margin: 0;
    padding: 15px 12px;
}

.myform_add .acf-input {
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.myform_add input[type=text], .myform_add input[type=password], .myform_add input[type=date], .myform_add input[type=datetime], .myform_add input[type=datetime-local], .myform_add input[type=email], .myform_add input[type=month], .myform_add input[type=number], .myform_add input[type=search], .myform_add input[type=tel], .myform_add input[type=time], .myform_add input[type=url], .myform_add input[type=week], .myform_add textarea, .myform_add select{
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

/* LOADER */
.lds-roller {
	display: none;
	position: relative;
	width: 64px;
	height: 64px;
	transform: scale(0.5);
	margin: 0 auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F1451F;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#wp-admin-bar-et-use-visual-builder{
    display: none;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 7px 15px;
	border-radius: 5px;
  text-decoration:none!important;
  font-weight: 700;
}
.custom-pagination a {
  background-color:#1b1f50;
  color: #fff;
  transition: all 0.2s ease-in-out
}
.custom-pagination a:hover {
  background-color: #fff;
  color: #1b1f50;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-pagination span.dots {
  padding: 0;
  color: #1b1f50;
}
.custom-pagination span.current {
  background-color: #fff;
  color: #1b1f50;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-pagination{  text-align: center;  margin: 20px 0 0;}
.clear{clear:both}