﻿.grecaptcha-badge { 
    visibility: hidden !important;
}

br.mobile { display:none}




@media(max-width: 991px) {
	
	header .header_menu .header_menu--top ul li:last-child {
        justify-content: end;
        
    }
	
	.global_popup { display:none;}
	
		.has_vertical_title .vertical_title {
			display:flex;
    top: 4rem;
    left: 2rem;
    z-index: 10;
    align-items: center;
    transform: none;
		}
	
	    header {
        height: 70px;
        
    }
	
	.bg-orange .bloc_keys .bloc_keys--keys .mixed_text .labeled {
        justify-content: left;
        text-align: left;
    }
	
	.bg-orange .bloc_keys .bloc_keys--keys {
        flex-direction: column;
        align-items:flex-start;
        justify-content: flex-start;
        margin-left: 0;
        gap: 3rem 0;
        text-align: left;
        width: 100%;
    }
	
	br.mobile { display:block}
	span.mobile { display:none;}
	
	footer .footer_bottom .container .footer_bottom--certif p strong {

   
}
	
	header .header_logo .img_wrap img {
        height: 45px;
    }
	
	footer .footer_bottom .container .footer_bottom--legal ul {
        
        gap: 0rem 2rem;
    }
	
	footer .footer_bottom .container .footer_bottom--legal {
        justify-content: center;
        gap: 2rem 0;
    }
	
	    .bloc_keys .bloc_keys--title {
         text-align: left;
    }
	
	.home_studients .bloc_keys .bloc_keys--title {
         text-align:center;
    }
	
	footer .footer_top .container .footer_top--logo {

    width: 130px;

}
	
	.msy_item .train_type_bloc { 
	    border-bottom: 2px dotted #fff;
	}
	
	    header .header_menu .header_menu--main ul:not(.sub-menu) li:not(.sub-menu li) {
   
        padding: 2rem 2rem;
    }
	
	header .header_menu .header_menu--main ul:not(.sub-menu) li:not(.sub-menu li) .sub-menu li {
        padding: 0; 
        
    }
	
	header .header_menu {
        position: fixed;
        top: 70px;
        width: 100%;

        bottom: 0;
        background: #fff;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0;
        padding: 0;
        overflow: auto;
 
    }
	
	.contact .contact_head .bloc_link {
    border-left: none; 
    padding: 2rem 0 1rem 0rem;
    height: 100%;
}
	
	.contact .contact_head .bloc_link a {
        flex-direction: row; 
        align-items: flex-start;
        font-size: 16px;
        font-size: 1.6rem;
        gap: 0 1rem;
    }
	
	.train_type_warp .train_type .train_type--list .train_type_bloc {
    padding: 1rem 0 4rem 0rem; 
    border-left:none;
}
	

	
	.train_type_bloc {
    padding: 1rem 0 4rem 0rem; 
    border-left:none!important;
		border-bottom: 2px dotted #559eb5;
}
	
		.train_type--list .row .col-md-6:last-child .train_type_bloc  {
		border-bottom: none;
	}
	
	.train_type--list p.mt-5 {
		margin-top: 1rem !important;
	}
	
	.admission .admission_wrap .admission--steps .step_bloc_wrap .step_bloc {

    align-items: center;
    text-align: center;
}
	
.train_type--list .ps-3 {
    padding-left: 0rem !important; }
	
	.home_studients--top, .home_entreprises--top, .newsletter, .news_slider_section, .testimony_slider_section { padding-top:10rem!important;}
	
	.has_vertical_title .vertical_title:after {
display:none;
}
	
		.has_vertical_title .vertical_title:before {
    display: inline-block;
    content: "•";
    font-size: 24px;
    font-size: 2.4rem;
}
	
	}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.form-description {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #555;
}

.styled-form .form-group {
    margin-bottom: 15px;
}

.styled-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.styled-form input,
.styled-form select,
.styled-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.styled-form textarea {
    resize: vertical;
}

.styled-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.styled-form .checkbox-group label {
    font-size: 14px;
    color: #555;
}

.styled-form .btn-submit {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ff6600;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.styled-form .btn-submit:hover {
    background: #e55a00;
};
