        body{
        margin-bottom: 3%;
        }
       #web_link>a {
        text-decoration: none;
       }
       /*#sitecode_first_tab,.new-contact-detail-tab-fisrt,.new-contact-detail-tab2-fisrt{
        margin-bottom: 20px;
       }*/
        .container{
            margin-top: 2%;
        }
        .siren_from{
            background: #bad3be1c;
            padding: 30px;
        }
        .submit-btn {
            margin-bottom: 50px;
            text-align: left;
            margin-top: 15px;
        }
        .main-header{
            background-color: #17A025;
            color: #ffff;
            width: 100%;
            display: grid;
            grid-template-columns: 25% 75%;    
        }
        .header-img{
            width: 95%;
            height: auto;
        }
        .header-img > img{
            float: left;
            width: 100%;
            margin: 2%;
        }
        .header-title{
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            width: 77%;
        }
        .header-title-main{
            width: 100%;
        }
        .header-title-sub{
            width: 100%;
            font-size: 25px;
        }  
        .code-access-text{
            padding: 0px  14px;
            font-size: 16px;
        }
        div#choice-tab, #Client_non_existant_tab,#groupe-tab,#third-party-tab, .email-search-div, #email_tab, #contact-detail, #sitecode-tab, .Commentaires, #description-area,#description-text, #pour-moi-même-tab, #nature-demande-tab, #nature-de-la-demande-tab, #elément-concerné-tab {
             margin-bottom: 25px;
        }
        /*div#new-contact-detail-tab2 {
            margin-top: 15px;
        }*/

            
        @media screen and (max-width: 992px) {
            .header-title {
                font-size:25px !important;
            }
            .header-title-sub {
                font-size:20px !important;
            }
            .header-img > img{
                margin-top:10px;
            }
            .btn-flex {
                display:grid;
                gap:10px;
            }
        }
        @media screen and (max-width: 768px){
            .main-header{
                grid-template-columns: 100%;
                text-align: center;
            }
            #sitecode_first_tab,.new-contact-detail-tab-fisrt,.new-contact-detail-tab2-fisrt{
                margin-bottom: 20px;
            }
            .header-title {
                font-size:20px !important;
                width: 100%;
                margin-bottom: 15px;
            }
            .header-img{
                width: 100%;
                margin-bottom: 15px;
            }
            .header-img > img{
                margin-top:10px;
                width: 50%;
                float: none;
            }
            .header-title-sub {
                font-size:18px !important;
            }
        }
            button.btn.btn-primary a { 
                color:white
            }
        /***************************************/
        
        .mandatory_starik{
            color: #ff0000;
        }
        .btn-primary {
            background: #FF8805;
            border: #FF2F6F
        }
        .btn-primary:hover{
            background: #ff2f6f;
        }
        .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;
        }

        .error{
            color: black;
        }
        .errorBorder{
            border: 1px solid red;
        }