body{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.container {
    max-width: 1140px;
}
.main-header {
    background-color: black;
    color: #ffff;
    width: 100%;
    height: 70px;
}
.header-img {
    width: 12%;
    float: left;
    height: 100%;
    margin-left: 30px;

    margin-top: -5px;
}
/*.main-header {
    background-color: #b1b1b1;
    color: #ffff;
    width: 100%;
    height: 70px;
}
.header-img {
    width: 8%;
    float: left;
    height: 100%;
    margin-left: 30px;

    margin-top: 10px;
}*/
.header-img > img {
    float: left;
    width: 100%;
    
}
.header-title {
    color: white;
    text-align: center;
    font-size: 40px ;
    width: 85%;
    font-family: 'Poppins', 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}
/*
.header-title {
    color: #000000;
    text-align: center;
    font-weight: 500;
    font-size: 40px ;
    width: 85%;
}*/
.contact-container {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    gap: 8px;
    overflow: hidden;
}
.mandatory_starik{
  color: #ff0000;
}

.sub-container {
    padding: 20px;
    background-color: #f9f9f9;
}
.btn-primary{
    border: 1px solid #978b7f;
    cursor: pointer;
    background: black;
    color: white;
    min-width: 10rem;
    font-weight: 600;
}
.btn-primary:hover{
    background-color: transparent;
    border: 1px solid #978b7f;
    color: #978b7f;   
}
.btn-primary:active{
    background-color: transparent !important;
    border: 1px solid #978b7f !important;
    color: #978b7f !important;    
}
.btn-primary::focus {
    box-shadow: 0 0 0 0.2px #978b7f !important;
}

.submit-btn{
    text-align: center;
    margin-top: 30px;
}
.submit-btn button {
    
    border: 1px solid #978b7f;
    cursor: pointer;
    background: black;
    color: white;
    min-width: 10rem;
    font-weight: 600;
}
.submit-btn button:hover{
    background-color: transparent;
    border: 1px solid #978b7f;
    color: #978b7f;  
}
.submit-btn button:active{
    background-color: transparent !important;
    border: 1px solid #978b7f !important;
    color: #978b7f !important;  
}
.form-control:focus, .submit-btn button:focus {
    box-shadow: 0 0 0 1px #978b7f !important;
    border: 1px solid #978b7f !important;
}
.votre-tab{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
label{
    font-size: 17px;
    font-weight: 600;
}
.logoClass {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 10px ;
    }
.secondPart p{
    font-size: 17px;
    font-weight: 600;
}

.contact-box{
     display: grid;
     grid-template-columns: 49% 49%;
     gap: 15px;

}
.nature_request_box{
    width: 49%;
}
.informations_training{
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 10px;
}
.training_details{
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 15px;
}
.training_referance_number{
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 20px;
}

/*.form-control option:hover{background-color:yellow;}*/


@media screen and (max-width: 992px) {
.main-header {
        height: 55px;
    }
.header-img {
        width: 10%;
        height: auto;
        margin-left: 15px;
        margin-top: 5px;
    }
    .header-title{
        font-size: 25px;
    }
    .container {
        max-width: 982px;
    } 
    .contact-box,.informations_training,.training_details,.training_referance_number{
     grid-template-columns: 100%;
     gap: 0px;
     }
     .helpClassText{
        margin-top: 0px !important;
     }
     .nature_request_box{
        width: 100%;
     }
     .votre-tab{
   flex-direction: column-reverse;
   gap: 0;
}
}     
@media screen and (max-width: 767px) {
    .header-img {
        width: 13%;   
    }
    .container {
        max-width: 758px;
    }


}
@media screen and (max-width: 600px){
    .contact-container{
        grid-template-columns: auto;
    }
}
@media (max-width: 576px){
    .container {
        max-width: 570px;
    }
}
@media screen and (max-width: 465px) {
    .header-img {
        margin-top: 10px;   
    }
}
.select2-container .select2-selection--single {
    height: 38px !important;
   
}
.select2-container .select2-selection--single .select2-selection__rendered {
   
    padding-top: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 6px !important;
    
}
/********************************************************/
.customForm{
    margin-top: 4%;
}
.headingFormation,.secondPart h5{
    margin-bottom: 2%;
}
.error{
    color: red;
}
.errorBorder{
    border: 1px solid red;
}
.loadingGif{
    width: 19%;
    margin-left: 2%;
    margin-top: -5.5%;
}
.loadingGifDivTicket{
    width: 41%;
    margin-left: 2%;
}
.datesChoices{
    margin-top: 6%;
}
.loader{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loading.gif") center no-repeat;
}
.productsClass{
    margin:0% 0% 4% 0%;
}
.helpClassText{
    
    color : hsl(215deg 41% 48%);
    margin-top: 38px;
    
}
.helpClass{
    /*border: 1px solid #fecc0d;
    background-color: rgb(254, 204, 13);*/
    margin-top: 0% !important;
}
.helpClass:hover{
    /*border: 1px solid #fecc0d;*/
    color: rgb(254, 204, 13);
    cursor: pointer;
}

.laurentimageText{
    color : hsl(215deg 41% 48%);  
}

.laurentimage:hover{
    color: rgb(254, 204, 13);
    cursor: pointer;
}

