body {
    font: 18px Jost, Cabin;
    font-family: Jost, Cabin !important;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
}
.styled-table {
  border-collapse: separate;
  border-spacing: 10px; /* Ajustez la valeur de l'espacement entre les cellules selon vos besoins */
}
tr.inactif {
    background-color: grey !important;
}
tr.inactif * {
    text-decoration: line-through !important;
}


.styled-table td {
  background-color: white; /* Couleur de fond blanche pour les cellules */
  padding: 10px; /* Ajustez la valeur du rembourrage intérieur des cellules selon vos besoins */
  border: 1px solid black; /* Bordure pour chaque cellule (facultatif) */
}

form.validatedForm input {
    border: 1px solid black !important;
    color: black !important;
}
input, select, textarea {
    width: 100% !important;
    margin-top: 10px;
    border: 1px solid grey;
}
.grecaptcha-badge {
    bottom: 80px !important;
}

.bg-primary {
    background-color: #3F51B5 !important;
}
.bg-danger {
    background-color: #FF9800 !important;
}

.blocgris {
    padding: 0px 20px 20px 20px;
    background-color: #cdcdcd;
    border-radius: 40px;
}
.score {
    font-size: 30px;
}
tr.newhtab th {
    border: 5px solid white !important;
    font-size: 15px;
    font-weight: 400;
}
tr.newtab td {
    background-color: #eee;
    border: 5px white solid !important;
    font-size: 15px;
    font-weight: 300;
}
th {
    padding: 10px;
}
thead tr th {
    background-color: grey;
    color: white;
}
td.field {
    background-color: #ffffff9e;
}
form {
    padding-left: 5px;
}
.navbar-brand {
    padding: 0px 0px !important;
}
[type=submit] {
    width: auto !important;
}
.envbtn {
    text-align: center;
}
.footer {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    width:  100%;
    background: #4ABEBC;
    border: 4px solid white;
    color: white;
    position: fixed;
    bottom: 0; 
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px 20px 0px 0px;
}
.footer .copyright {
    font-size: 13px;
}
.tabinvite {
    font-size: 12px;
}
.tabinvite > div > div > div {
    min-height: 80px;
}
.selecteur {
    max-width: 300px;
    background-color: #FEF5F0;
    color: #c8a18c;
    margin-right: 10px;
}
img.profil, img.logo {
    height: 100px;
    border-radius: 50px;
}

.label {
    color: black !important;
    margin-top: 10px;
    padding: 10px 5px 10px 5px;
    background: #80808070;
    width: 200px !important;
    display: block;
    text-align: left;
}
.label2 {
    color: black !important;
    margin-top: 10px;
    padding: 10px 5px 10px 5px;
    background: #80808070;
    width: 500px !important;
    display: block;
    text-align: left;
}
.label100 {
    color: black !important;
    margin-top: 10px;
    padding: 10px 5px 10px 5px;
    background: #80808070;
    width: 100% !important;
    display: block;
    text-align: left;
}
.footer a {
    color: white;
    text-decoration: underline !important;
}
.footer .listbutton button .titre {
    font-size: 8px;
    text-align:  center;
    white-space: nowrap;
}

.flex-even {
  flex: 1;
}
.footer .listbutton button {
    font-size: 10px;
    white-space: nowrap;
}
.fonddashboard {
    margin-top: 0px;
    top: -20px;
    position: relative !important;
    background-image: url(img/fond-plage.png);
    background-attachment: fixed;
    background-size: cover;
}
.fondmerq {
    background-image: url(img/fougeres.png);
    background-attachment: fixed;
    background-size: cover;
}
.fondentrevue {
    background-image: url(img/chaises.png);
    background-attachment: fixed;
    background-size: cover;
}
.fondar {
    background-image: url(img/bananes.png);
    background-attachment: fixed;
    background-size: cover;
}

.fondinvite {
    background-image: url(img/plage.png);
    background-attachment: fixed;
    background-size: cover;
}
.fondmembre {
    background-image: url(img/plage.png);
    background-attachment: fixed;
    background-size: cover;
}
.zoneappli {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffffcc;
}
.zoneappli h1 {
    padding-top: 50px;
    font-size: larger;
}
@media screen and (max-width: 760px) {
    .card {
        width: 95%; 
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 760px) {
    .card {
        width: 20rem; 
    }
}
.card-header {
    background-color: rgb(0 0 0 / 32%);
}
.menucentre {
    display: flex;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
} 
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 99%;
  }
}
td.stats {
    font-size: 1.80em;
}
td.label {
    background-color: #80808087;
    display: block;
    font-size: 18px;
    width: 100% !important;
}
.jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}
 .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
 .item span {
    font-style: normal;
  }
 .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
 .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
 .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
 .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
 .panel-footer {
    background-color: white !important;
  }
 .panel-footer h3 {
    font-size: 32px;
  }
 .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
 .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
 .navbar {
    margin-bottom: 0;
    background-color: #4ABEBC;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar-nav .dropdown-menu {
    background: #f4511e;
  }
 .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
 .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
 .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
 footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
 .slideanim {visibility:hidden;}
 .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

/* mobile */
@media screen and (max-width: 760px) {
    .container {
        width: 100%;
        margin-top: 45px;
        padding-right: 2px;
        padding-left: 2px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
    }
    input[type=checkbox], input[type=radio] {
        /*-ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);*/
        text-align:  center;
        padding: 10px;
        margin-top:  10px;
    }
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    .label {
        margin-top: 10px;
        width: 100%;
        height: 27px;
        background: #eee;
    }
    input, textarea, select {
        width: 100%;
        margin-bottom: 11px;
    }
    .liste.d-flex div {
        font-size: 15px !important;
    }
    #table {
        font-size: 15px !important;
        white-space: nowrap;
    }
  }

/* desktop */
@media screen and (min-width: 760px) {
    button.btn.bas {
        background: #E95702;
        width: 60px !important;
        height: 60px !important;
        border-radius: 30px;
        text-align: center;
        margin-left: 7vw;
        margin-right: auto !important;
    }
    .container.appli {
        padding-top: 10px;
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
    }
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 600px;
      margin-bottom: 35px;
    }
  }

@media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
}


div#bloc1 {
    margin: 0;
    padding: 20px;
    width: 100%;
    height: 40px;
    overflow: auto;
    background:  #eeeeee;
    border: 1px solid #0000002b;
    position: fixed;
    bottom: 70px;
    left: 0px;
    color: black;
}


.modal.show .modal-dialog {
    top: 114px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }

.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }          
.ui-timepicker-div td { font-size: 90%; }           
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

tr.Administrateur td {
    color: red;
}               

.bg-orange {
    background-color: #E95702;
}
.text-orange {
    color: #E95702;
}
table, td, th, tr {
    border: none !important;
}

element {
  --bg-color1: #A86F32;
  --bg-color2: #FF8670;
  --bg-color3: #F56B53;
  --bg-color4: #18A86B;
  --bg-color5: #53F5B0;
}

.btn-color1 {
    color: white;
    background-color: #E37632;
    border-color: #E37632;
    border-radius: 25px;
}
.btn-color1:hover {
    opacity: 0.8;
}
.btn-color2 {
    color: white;
    background-color: #5191CE;
    border-color: #5191CE;
    border-radius: 25px;
}
.btn-color2:hover {
    opacity: 0.8;
}
.btn-color3 {
    color: white;
    background-color: #6871B6;
    border-color: #6871B6;
    border-radius: 25px;
}
.btn-color3:hover {
    opacity: 0.8;
}
.btn-color4 {
    color: white;
    background-color: #B461A6;
    border-color: #B461A6;
    border-radius: 25px;
}
.btn-color4:hover {
    opacity: 0.8;
}
.btn-color5 {
    color: white;
    background-color: #F44336;
    border-color: #F44336;
    border-radius: 25px;
}
.btn-color5:hover {
    opacity: 0.8;
}
.btn-color6 {
    color: black;
    background-color: #E0B08D;
    border-color: #E0B08D;
    border-radius: 25px;
}
.btn-color6:hover {
    opacity: 0.8;
}


.nav-item {
  position: relative; /* Position relative pour le parent direct */
}

.dropdown-menu {
  position: absolute; /* Position absolue pour le menu déroulant */
  top: 100%; /* Positionnez-le juste en dessous du lien */
  left: 0; /* Alignez-le à gauche du lien */
  z-index: 1000; /* Assurez-vous qu'il s'affiche au-dessus des autres éléments */
  display: none; /* Cachez-le par défaut */
}

.nav-item.show .dropdown-menu {
  display: block; /* Affichez le menu déroulant lorsque l'élément parent est dans l'état 'show' */
}

.hidden {
    display: none !important;
}