@font-face {
    font-family: 'Swiss 721 BT Light';
    src: url('/wp-content/plugins/Biarritz-Box/public/fonts/swiss-721-bt-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('/wp-content/uploads/2023/11/Helvetica.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
}


body, html {
  cursor: default !important;
}

#main #content-wrap{
  padding-top: 0px! important;
}
/* Popup CSS */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index:9999;
  left: 0;
  top: 10%;
  width: 100%;
  height: 87%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.popup-content {
  background-color: snow;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 48% !important;
  height: 100% !important;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.framepay{
  animation: fadeIn 2s forwards;
}

iframe#popup-iframe {
  background:aliceblue;
}


[type="date"] {
  background:#fff url(/wp-content/uploads/2024/01/calendar.png)  97% 50% no-repeat ;

}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.elementor-button {
background-color: #F35F2B !important;
border-radius: 3px;
transition: 0.1s!important;
}

.elementor-button:hover{
  background-color:#1E73BE!important;
  border: 2px !important;
  border-radius: 10%;
  color:white !important;
  transition: 0.1s !important;
}

#sm-loader{
  max-width: 100px;
  height: auto;
}

.sm-iframe{
  margin-left: auto;   /* Automatic margin from left */
  margin-right: auto; /* Automatic margin from right */
}

.sm-hr{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.sm-reset{
  text-align: right;
  margin: 20px 0px;
}

.inputlab{
  display: flex;
  font-family: inherit;
  font-size: 15px;
  font-style: inherit;
  font-weight: inherit;

}

.input-container {
  display: flex;
  align-items: flex-start;

}

.inputlab200{
  display: flex;
  font-family: inherit;
  font-size: 15px;
  font-style: inherit;
  font-weight: inherit;
  min-width: 30%;;
  justify-content: flex-start !important;
  text-align: left;
  padding-right: 10px;


}
.select200 {
  width: 435px;
}


/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .inputlab200 {
    min-width: 50%;
    font-size: 14px;
    padding-right: 5px;
  }

  .select200 {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .inputlab200 {
    min-width: 70%;
    font-size: 13px;
    padding-right: 2px;
  }

  .select200 {
    width: 80%;
  }
}


.rowital{
display: flex;
flex-direction: column;
width: auto;
}

.inputlabi{
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  color: gray;
}

.sm-text{
  font-family: inherit;
  font-size: 18px !important;
  font-style: inherit;
  font-weight: inherit;
  text-align: justify;
  text-justify: inter-word;
  max-width: 650px;
}

.surfacevol{
  width: 100%;
  text-align: center;
}

.forget-label {
  font-size: small;
  font-style: oblique;
  color: chocolate;
}


.formcentered {
  min-width: 300px;
  max-width: 600px;
  margin: auto;
}


.inputform{
  border: 2px solid #c4c4c4;
  border-radius: 5px;
  background-color: white;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);

  margin-bottom: 10px;

}

.inputform::placeholder {
  font-size: 12px; /* Set the desired font size */
  font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2196F3;
}


.inputform-xs{
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: rgb(232, 240, 254);
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: auto !important;
  min-width: 200px !important;
  min-height: 40px !important;
}

.inputform-xs-margin{
  margin: 0px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: rgb(232, 240, 254);
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: auto !important;
  min-width: 200px !important;
  min-height: 40px !important;
}



.inputform-xs-margin-fixed{
  margin: 0px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: rgb(232, 240, 254);
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 315px!important;
  min-height: 40px !important;
}


table th {
    white-space: nowrap;
    font-weight: 900;
    table-layout: fixed!important;
}


.inputadmin {
  color:red;
  width: 90%!important;
}

.sm-inline{
  display: inline;
}

.sm-right{
  text-align: right;
}


.sm-center{
  text-align: center;
}

.sm-title-lite{
  margin: 10px 0px 0px 0px !important;
  padding: 0;
  border: 0;
  color: #f35f2b;
  outline: 0;
  font-size: 20px;
  vertical-align: baseline;
  font-family: "Open Sans" !important;
}



.sm-title{
  margin: 10px 0px 10px 0px !important;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  vertical-align: baseline;
  font-family: "Open Sans" !important;
}


.filenamer{
  padding-left: 4rem;
}

.filenamev{
  padding-left: 4rem;
}
.filenamek{
  padding-left: 4rem;
}

.sm-title-xl{
  margin: 10px 100px 10px 0px !important;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 30px;
  vertical-align: baseline;
  font-family: "Open Sans" !important;
  display: inline;
}


.contain {
  cursor: pointer;
  caret-color: transparent;
  display: block;
}

.contain .chk {
  display: none;
}

.contain input{
  display: none;
}


.img-checked {
  display: none;
}

.contain input:checked ~ .img-checked {
  display: inline;
}

/* If checked, hide the unchecked image */
.contain input:checked ~ .img-unchecked {
  display: none;
}


.sm-button{
 /* margin: 20px 20px 20px 0px !important;*/
  background-color: #F35F2B !important;
  border: 0px !important;
  border-radius: 10%;
  color: white !important;
}


.sm-button:hover{
  /* margin: 20px 20px 20px 0px !important;*/
  background-color:#1E73BE!important;
  border: 0px !important;
  border-radius: 10%;
  color:white !important;
}




.smb428{
  margin: 20px 20px 0px 20px !important;
  background-color: #f35f2b !important;
  border: 0px !important;
}

.printdoc{
  margin: 20px 20px 0px 20px !important;
  background-color: #f35f2b !important;
  border: 0px !important;
}




#precedent {
  margin-right:20px ;
}
.progress-bar {
    background-color: #F35F2B;
    counter-reset: step;
}

.progressbar {
    width: 100%;
    margin: 20px 0;
}

.progressbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

/* This is the circle with the number */
.progressbar li:before {
    content: attr(data-step);  /* This displays the number */
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

/* This is the line between circles */
.progressbar li:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #55b776;
    background-color: #55b776;
    color: white;
    font-weight: bold;
}

.progressbar li.active + li:after {
    background-color: #55b776;
}

/* Media queries for responsive design */
@media (max-width: 850px) {
    .progressbar li {
        font-size: 1.9vw !important;
        line-height: 2em;
    }
}

.sm-progressbar {
    counter-reset: step;
}



.sm-87487{
  text-align: left;
  margin: 0px !important;
}

.sm-break
{
  visibility: visible;
}
.sm-head{
  background-color: #F35F2B;
  color: white;
  text-align: center;


}


 .ba8741 {
  max-width: 25%;
  padding: 3%;
  overflow: hidden;
}

.ba8741 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right top;
}


 .ef6325 {
  display: flex;
  justify-content: flex-start;  /* default alignment */
  align-items: center;
  width: fit-content;
}

@media (max-width: 480px) {
  .ef6325 {
    margin: 0 auto;
    justify-content: center;
    width: 100%;  /* ensure full width on mobile */
  }
}
.ab8741{
  padding: 2%
}
.a84668{
  padding: 10px 5px;
}

.be59638{
  padding-left: 22%;
  margin-bottom: 50px;
}

.none{
  display: none;
}
.sm-top20{
  padding-top: 20px;
}



.sm-top50{
  padding-top: 50px;
}

.ea7895{
  margin-bottom: 0px;
}

.sm-89568{
  background-color: aliceblue;
  padding-bottom: 27px;
}
/*
.a84668{
  font-size: 20px;
  color: #ffa500;
  font-weight: 600;
}
*/

.pre {
  max-height: 500px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  background-color: #55b776;
}

.a897e2{
  max-width: 800px !important;
}


.w20{
  width: 20%
}
.w40{
  width: 40% !important;
}
.w60{
  width: 60% !important;
}
.w80{
  width: 80% !important;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.fs20{
  font-size: 20px;
}

.fs17{
  font-size: 17px;
}


.lab681{
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-style: inherit;
  font-weight: inherit;
  width: 300px;

}
.lab682{
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-style: inherit;
  font-weight: inherit;
  width: 300px;

}
.formadduser {
  background-color: white;
  padding: 20px; /* Adjusted for smaller screens */
  width: auto; /* Full width on small screens */

}

@media (max-width: 600px) {
  .formadduser {
      padding: 10px; /* Reduce padding for smaller devices */
      width: 85%; /* Slightly less than full to prevent edge cases */
      background-color: #1E73BE !important;
  }
}
.lab684{
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-style: inherit;
  font-weight: inherit;
  width: 300px;

}
.lab685{
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-style: inherit;
  font-weight: inherit;
  width: 300px;

}
.lab686{
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-style: inherit;
  font-weight: inherit;
  width: 300px;

}


.sm-idcard{
  content: url('/wp-content/plugins/Biarritz-Box/public/idcard.png');
  width: 24px;
  margin-bottom: -7px;
  margin-right: 8px;
  margin-left: -6px;
}
.sm-paper{
  content: url('/wp-content/plugins/Biarritz-Box/public/paper.png');
  width: 20px;
  margin-bottom: -6px;
  margin-right: 8px;
  margin-left: -6px;
}

iframe{
  border: solid !important;
}
.center-wait
{margin-right: 150px;
}


.sm-wait {
  position: fixed;
  top: 50%;
  left: 42%;
  margin: 0px;

  border: 15px solid rgba(108, 135, 162, 0.071);
  border-radius: 50%;

  border-top: 15px solid #F35F2B;
  width: 150px;
  height: 150px;

  animation: spinner 2s linear infinite;
  position: relative;
}

@keyframes spinner {
  0% {

    animation-timing-function: ease-out;
    transform: rotate(0deg);
  }

  100% {

    transform: rotate(360deg);

    animation-timing-function: ease-in;


  }
}

.sm-wait-small {
  opacity:1;
  position: relative;
  top: 50%;
  left: 45%;
  margin: 0px;
  border: 5px solid rgba(108, 135, 162, 0.071);
  border-radius: 50%;

  border-top: 5px solid #F35F2B;
  width: 30px;
  height: 30px;

  animation: spinner 1s linear infinite;
  position: relative;
}


.invisible
{
  display: none;
}
.alert-warning{
  width:90%;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.mycontainer{
    width: 320px;
    margin: auto;
}
.forlogin {
    background-color: honeydew;
    width: 100%;
    border: 3px solid aliceblue;
    border-radius: 30px;
}
.foregister{
  background-color: seashell;
  width: 100%;
  border: 3px solid aliceblue;
  border-radius: 30px;
}

.sm-lostpassword {
    font-style: italic!important;
    text-decoration: underline!important;
}

.sm-centercar{

  margin:auto;
  max-width: 500px;
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  border-color: #F35F2B;
  border-width: 1px;
  border-style: solid ;


}
.titre
{
  font-size:15px;
}

.titreblue  {
  background-color: aliceblue;
}

.sm-centercar1{
  background-color: antiquewhite;
  border-radius: 12px;
  padding: 10px;

}


.underline{
  text-decoration: underline;
}

.sm-head{
  font-size: 0.8vw;
  text-align: right;
}
.sm-rowv {
  text-align: center;
}

.sm-row {
  font-size: 0.9vw;
  text-align: center;
}



.tr-hover:hover{
  background-color:antiquewhite;
  .sm-rowv {
    font-weight: bold;
    font-size: 1.1vw;


  }

}




.sm-87487 {
    font-size: 12px !important;
}

.rowli {
    font-size: 18px!important;
}



.smdate{
  max-width: 360px;
}
.Cadenas{
  max-width: 360px;
}
.Assurance{
  max-width: 360px;
}

/*////////////// MEDIA ////////////*/




@media (max-width: 1180px) {
    .sm-rowv {
        font-size: 1.5vw;
    }
    .sm-head {
        font-size: 1.6vw;
    }
    .tr-hover:hover {
        background-color: antiquewhite;
        .sm-rowv {
            font-weight: bold;
            font-size: 2vw;
        }
    }
}

@media (max-width: 850px) {
    .sm-rowv {
        font-size: 2vw;
    }

    .tr-hover:hover {
        background-color: antiquewhite;
        .sm-rowv {
            font-weight: bold;
            font-size: 2.5vw;
        }
    }

    .sm-head {
        font-size: 2vw;
    }
    .sm-break {
        display: none;
        table-layout: fixed !important;
        font-size: 0.8em !important;
    }

    .sm-title-lite {
        font-size: 13px !important;
    }

    .sm-text {
        font-size: 12px !important;
        margin: 0px;
    }
    .a84668 { font-size: 10px !important; }
    .lab681 { font-size: 15px !important; }
    .lab682 { font-size: 15px !important; }
    .lab684 { font-size: 15px !important; }
    .lab685 { font-size: 15px !important; }
    .lab686 { font-size: 15px !important; }

    .elementor-button {
        font-size: 12px !important;
    }
}

@media (max-width: 600px) {
    .sm-rowv {
        font-size: 2.5vw;
        height: 15px;
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: baseline;
    }
    .tr-hover {
        height: 30px;
    }
    .sm-centercar {
        padding: 10px;
    }

    .sm-mw300.titre.sm-inline.sm-title2 {
        font-size: 3vw !important;
    }
    .type-column {
        position: relative;
    }
}

@media (max-width: 850px) {
    .tr-hover:hover {
        background-color: antiquewhite;
        .sm-rowv {
            font-weight: bold;
            font-size: 2vw;
        }
    }

    tr.selected {
        background-color: lightblue !important;
    }

    tr.row-selected {
        background-color: rgb(157, 168, 222) !important;
        font-size: '22px';
        background-color: 'bisque';
        font-weight: 'bold';
        border-color: 'orange';
        border-width: '2px';
        border-style: 'solid';
    }

    .sm-row {
        font-size: 2.5vw;
    }
    .sm-head {
        font-size: 2.5vw;
    }

    .progressbar li {
        font-size: 1.9vw !important;
        line-height: 2em;
    }
    .rowli {
        font-size: 16px !important;
    }
    .ba8741 img {
        display: none;
    }
}

@media (max-width: 400px) {
  .Assurance {
    width: auto !important;
    font-size: 3.2vw;

  }
  .sm-rowv {
    font-size: 3vw;
  }

  input:invalid {
    pointer-events: none;
    background-color: #ffdddd;
  }


  .tr-hover:hover{
    background-color:antiquewhite;
    .sm-rowv {
      font-weight: bold;
      font-size: 3.5vw;

    }

  }

 .c3 .l3{
    border-bottom: 1px solid black;

  }



  .sm-title {
    font-size: 16px;
  }

  .sm-centercar{
    width: auto !important;

  }
  .sm-title {
    text-align: center !important;
  }

  .Cadenas{
    max-width: 160px;
  }
  .Assurance{
    max-width: 160px;
  }

.forlogin {
  max-width: 80vw;

}
.foregister {
  max-width: 80vw;
}

}

@media (min-width: 300px) {
  #main #content-wrap{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
