@import url('https://fonts.googleapis.com/css?family=Merriweather:300|Oswald');


#processingMessage {
    display: none;  
    opacity: 0;
    transition: opacity 0.5s ease-in-out;  
    
    
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0693E3;
    border: 1px solid white;
    padding: 0px 20px 10px 20px;
    z-index: 1000;
    text-align: center;
    width: 28%;
    border-radius: 12px;
}

#processingMessage.show {
    display: block;
    opacity: 1;
}


#processingMessage > p {
    color: rgb(255, 255, 255);
    font-family: emoji;
    font-size: 21px;

}

#processingMessage > img {
    width: 200px !important;
}


@media (max-width: 600px) {
    #processingMessage {
        width: 90%; /* Largeur ajustée pour les petits écrans */
    }
}





h2.title {
    font-size: 27px !important;
    font-size: 1.625rem !important;
    text-align: center;
    margin-right: 0px;
    font-family: 'Roboto' !important;
    color: #ffffff !important;
    padding-right: 18px;
}

::placeholder {
    color: rgb(223, 223, 223) !important;
    opacity: 1;  
  }
.inputfileUpload{
   display: none;
}

option {
    background-color: #000;
}
 
#booking-form {
    font-family: 'Merriweather', serif;
    max-width: 423px;
    margin: 38px auto 13px auto;
    padding: 21px 0px 5px 15px;
    background-color: #2d2d2dc7;
    border-radius: 13px;
    border: 5px solid #cbcbcb;
}

            
/* Form fields */
        
 
#booking-form ul {
    padding-left: 0;
    margin-left: 20px;
    }

#booking-form li {
    list-style: none;
   /* margin-bottom: -9px !important;*/
 
}
#booking-form input, #booking-form textarea, #booking-form select {
    font-size: 16px;
    padding: 0 28px;
    width: 86%;
   
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255);
    text-align: left;
    border-radius: 9px;
    color: #ffffff;
    letter-spacing: normal;
    height: 40px;
    line-height: 40px;
    font-family: 'Merriweather', serif;
    background: rgb(208 212 213 / 35%);
    margin-bottom: 0px;
}
        
#booking-form input[type="number"],
#booking-form input[type="tel"] {

   font-family: 'Roboto', sans-serif;
}
        
      
#booking-form select {background: url('https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png') no-repeat;-webkit-appearance: none;appearance: none;background-size: 15px;background-position: 97% 50%;background-color: rgb(208 212 213 / 35%);}


		#booking-form textarea {
            height: 120px;
            line-height: 1.5;
            padding: 15px 28px;
        }

    #booking-form input:focus,
        #booking-form textarea:focus,
        #booking-form select:focus {
            outline: 0;
            border: 1px solid rgb(211, 211, 211);
        }

.progressbar-dots.active {
    color: #fff;
    border: 0px solid rgb(220 178 83);
    background: #dcb253;
}

 
#booking-form label {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    color: white;
}

/* Buttons */

.button-container {
    display: flex;
    justify-content: center;
    margin: 17px 0;
    padding-right: 45px;
}

 
 

 
 
 
 

.btn-group {
    text-align: center;
    margin: 20px 0;
}

 

h2.titre2 .subtitre2 {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
}

#booking-form ul {
    list-style: none;
    padding: 0;
}

#booking-form li {
    margin-bottom: 15px;
}

#booking-form select, 
#booking-form input {
    width: calc(100% - 30px);
    /*padding: 10px 15px;*/
    font-size: 16px;
    border: 2px solid #090909;
    border-radius: 5px;
}

#booking-form select:focus, 
#booking-form input:focus {
    border-color: #EFC86B;
    outline: none;
    box-shadow: 0 0 5px #EFC86B;
}

    
/* Styling for form buttons */
#booking-form .next-btn, 
#booking-form .prev-btn, 
#booking-form .submit-btn {
    background-color: #0693E3;
    padding: 13px 20px;
    color: #090909;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    border: 2px solid #090909;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

#booking-form .next-btn:hover,
#booking-form .prev-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #090909;
    color: #FFFFFF;
    border-color: #EFC86B;
}
 
    
    li.btn-group {
    margin-right: 40px;
}


    
 
        .progress-wrap {
            margin: auto;
            display: table;
        }

        .line-progress-bar {
            display: flex;
            margin: auto;
            width: 100%;
        }

        .line {
            height: 1px;
            width: 250px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: rgb(225, 225, 225);
            position: absolute;
            margin-top: 8px;
        }

        .progress-wrap div ul {
            display: flex;
            width: 250px;
            list-style: none;
            padding: 0px;
            margin: initial;
            justify-content: space-between;
            z-index: 1;
        }

        .progressbar-dots {
            display: inline-flex;
            border: #ffffff solid 4px;
            background: #333333;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            text-align: center;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            color: #d4d4d4;
            font-size: 20px;
            margin-left: 0px;
            color: #d4d4d4;
            border: 0px solid rgb(217, 217, 217);
            background: rgb(217, 217, 217);
        }

        .progressbar-dots span {
            font-size: 12px;
            line-height: 12px;
            position: absolute;
            margin-top: 60px;
            float: left;
            margin-left: -30px;
            display: none;
        }

        .progressbar-dots.active {
            color: #fff;
            border: 0px solid rgb(38, 163, 134);
            background: #ff9b00;
        }

/*  Tab  */

        .E-tab-pane {
            display: none;
        }

        .E-tab-pane:first-child {
            display: block;
        }

        /* Error */
        span.error {
            font-size: 12px;
            font-family: "helvetica neue", arial, sans-serif;
            color: #e82218;
            text-transform: uppercase;
            display: block;
            margin-bottom: 10px;
        }

/* Center the first button in Step 1 */
       
.center-button {
    display: flex;
    justify-content: center;
    margin-right: 40px;
}

img.icon-img {
  width: 20%;
}

/* Style pour le champ de téléchargement de fichiers */

#booking-form input[type="file"] {
    display: none; /* Masque le champ de téléchargement de fichiers par défaut */
}

.upload-label {
    font-size: 18px;
    padding: 15px;
    background: #fbb03b;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 35px;
}

#booking-form input[type="file"]:focus + .upload-label {
    outline: 1px dotted #000; /* Ajoute une bordure pointillée lorsqu'il est en surbrillance */
}

#fileName {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.hidden {
    display: none;
}