body {
    overflow-y: scroll; /* Forcer la barre de défilement verticale */
    scrollbar-width: none!important; /* Masquer la barre dans Firefox */
}

body::-webkit-scrollbar {
    display: none!important; /* Masquer la barre dans Chrome, Edge, et Safari */
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
    background-color: #ffffff;
    color: #203478;
    font-weight: 400;
    overflow-x: hidden;
}
.custom-nav {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    align-content: center;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #203478;
    padding: 20px 0px;
    z-index: 99!important;
}



.nav-alg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.baseline-content-wrp {
    width: 50%;
    flex-basis: 50%;
}

.baseline {
    font-size:25px;


}

.baseline span {
   font-size: 15px;
   line-height: 2.2rem;
   display: block;
}

.brd {
	background-color: #203478;
	border: 5px solid #FFD000;
    border-radius: 15px;
    padding:20px;
}

.lined-logo {
    background:#fff;
    padding:8px 15px;
    border-radius:10px;
    min-height:65px;
    display: flex;
    align-items: center;
}

.lined-logo img{
    height: 50px;
}

.oth img {
    height: 30px;
}

.form-last {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 991px) {

    .nav-alg {
        justify-content: center;
        gap: 20px;

    }

    .baseline-content-wrp {
        width: 100%;
        flex-basis: 100%;
    }
}

.sub-hd {
    width: 100% !important
}
.logo {
    height: 75px;
}
.nbr-hold font,.nbr-hold span {
    color:#FFD000;
    font-weight:600;
    font-size:5rem;

}

i {
    margin-right: 10px;
}
#signle-item .item {
    height: 500px;
}
video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    opacity: 1;
}
.brand-section h2 {
    margin:0px 0px 30px 0px;
}
.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.brand-logo img:first-child{
    height:47px;
}
.valm-logo {
    height: 32px!important;
}
.brand-logo img {
    height:56px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.brand-logo img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
* .img-responsive {
    margin: 0 auto;
}
.certif-wrp {
    display: flex;
    align-items: center;
    justify-content: left;
    gap:50px;
}
.certif img {
    height:105px;
}
.certif {    
	color:#fff;
	/* background-color: #203478; */
}

.formation-lst *{
    color:#203478!important;
}

.formation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formation-logo img {
    height: 80px;
}

.art {
    height: 30px!important;
}

.formation-desc p {
    margin-bottom:0px;
    font-weight: 500;
}

.home-banner {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .1) 100%), url(../img/campus.jpg);
    padding: 130px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}




.home-banner * {
    font-family: 'Montserrat';
}

.home-banner h1 {
    font-size:40px;
    margin: 0px;   
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}


.home-banner p {
    font-size:30px;
    margin-bottom: 0px;
    display: block;
}
.logo-thnk {
    margin: 0 auto;
}
.thnk-container {
    padding: 50px 0px;
}
.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}
.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.offres {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 4.7%;
}
.succ-ic {
    padding: 25px;
    border: 1px solid #eee;
    background-color: #ffffff;
}
.succ-ic img {
    width: 90px;
}
.btn-purple,
.btn-purple:hover {
    background-color: #730FC3;
    color: #ffffff;
    padding: 10px 12px;
    z-index: 999999 !important;
}

.navbar-form {
    padding: 2px 0px 0px 0px;
}

.h1 {
    font-family: 'Montserrat';
}
.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-right {
    text-align: right
}
.b1 {
    border: 1px solid #ffffff;
}
.b2 {
    border: 1px solid red;
}
.b3 {
    border: 1px solid yellow;
}
.m-auto {
    margin: auto;
}

.big-title {
    margin:0px;
    
}
.sub-big-title {
    background-color:#6ABF3F;
    padding:50px 20px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:25px
}
.sub-big-title h2 {
    margin: 0;
    font-weight:bold;
}
/* Block3 */
.mb-0 {
    margin-bottom: 0px!important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}.mt-20 {    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pd-50 {
    padding: 50px 0px;
}
.pd-50-n-t {
    padding: 0px 0px 50px 0px;
}
.light-grey {
    background-color: #f9f9f9;
}
.grn-ic {
    color: #00d9a6;
}
.square-box {
    border: none;
    padding: 30px 15px 30px 15px;
    /* background-color: #fff;
 */
    border-radius: 5px;
    /* box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .14);
 */
    /* transition: transform .6s cubic-bezier(.165, .84, .44, 1);
 */
    /* animation-duration: 1.4s;
 */
    /* animation-delay: .3s;
 */
    /* animation-timing-function: cubic-bezier(.19, 1, .22, 1);
 */
    color: #fff;

}
.disp {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}
.dispc {
    display: flex;
    justify-content:center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.dispc h3 {
    font-size:18px;
}
.dispc h1 {
    font-size:27px!important;
}
.pad-plus {
   padding:50px 50px 0px 50px;
}
.pad-plusc {
   padding:50px 20px 0px 20px;
}

.title-cat {
    color:#444;
    margin-bottom:40px;
}
.title-cat h1 {
    margin:0px 0px 8px 0px;
    font-size:28px;
}
.title-cat h3 {
    margin:0px;
}
.wording h4 {
    margin:0px 0px 30px 0px;
    font-weight:bold;
    color:#6ABF3F;
}

.ic-c img{
    height: 80px;

}
.square-flx {
    display: flex;
    /* align-items: center;
	 */
	flex-direction: column;
    gap:30px;
    padding:16px 16px 16px 0px;
    font-family: 'Montserrat';
	/* background-color: #203478; */
    /* justify-content: center;
 */
}
.b-cnt {
    text-align: left;
}
.b-tt {
    font-size: 26px;
    color:#FFD000;
    font-weight: bold;
    margin-top: 0px;
	text-transform: uppercase;
}
.b-desc {
    /* color: #7A7A7A;
 */
	color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
	line-height: 22px;
}
.be-desc {
    /* color: #7A7A7A;
 */
	color: #203478;
    font-size: 18px;
    margin-bottom: 0px;
	text-align: justify;
}
.row-icon {    
	display: flex;
    
	flex-wrap: wrap;
}
.col-icon {
    display: flex;
    flex-direction: column;
}
.o-pict {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1;
}
.o-pict-ic img {    height: 70px;
}.o-pict-txt {    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}.o-pict-txt h3 {    flex: 0 0 auto;
 /* Permet de définir une hauteur fixe */    font-size: 21px;
    color: #203478;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
 /* Ajouter un peu d'espace en bas si nécessaire */}.o-pict-txt p {    flex: 1;
    display: flex;
    /* align-items: center;
 */    justify-content: center;
    text-align: center;
    color: #203478;
    font-size: 15px;
    margin-bottom: 0px;
}.o-pict-txt {    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.row .col-md-3 .o-pict .o-pict-txt h3 {    height: 55px;
 /* Ajustez cette hauteur selon vos besoins */    display: flex;
    align-items: center;
    justify-content: center;
}
.accent {
   color: #203478;
   text-transform: uppercase;
}
.square-box h4 {
    margin-top: 0px;
    font-weight: bold;
}
.square-box .gr {
   color:#444;
   font-size:20px;
}
.square-box .sq-desc {
   color:#666;
   font-size:15px;
}
.square-box .svg {
    width:320px;
}

.wording ul {
    line-height: 2em;
    margin-bottom: 0px;
    font-weight:500;
    font-size:16px;
}
.wording ul li{
   line-height:33px;
   
}
.wording {
    margin-bottom:50px
}
.clr-bth {
    margin-bottom: 30px;
}
.ic {
    margin-bottom: 2px;
}
.ic img {
    width: 120px;
    height: auto;
}
.tt1 {
    font-weight: bold;
    font-size: 16px;
}
.navbar-default .navbar-form {
    border: none;
}
.clr {
    clear: both !important;
}
.lh-15 {
    line-height: 1.5em;
}
.lh-20 {
    line-height:2em;
}
.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}
.fs-20 {
    font-size: 17px;
}
.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #fcca03;
    width: 50px;
}
.prp {
    color: #fcca03;
}
::-moz-selection {
    background: #fcca03;
    color: #ffffff;
}
::selection {
    background: #fcca03;
    color: #ffffff;
}
textarea {
    resize: vertical;
}
footer {
    background-color: #203478;
    padding: 30px 0px;
    color: #ffffff;
}
footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}
.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;

}
.tc h1 {
    line-height: 1.5em;
    margin: 0px;
    font-size: 32px;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.item {
    position: relative;
}a {    color: #FFD000;
    text-decoration: none;
}a:focus, a:hover {    color: #fff;
    text-decoration: underline;
}
.comparison {	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 1em;
	color: #fff;
}.comparison div {	flex: 1;
	padding: 10px;
}.comparison .before {	border-right: 1px solid #FFD000;
}/*.comparison .before {    position: relative;
    padding-right: 20px;
 }.comparison .before::after {    content: '';
    background-image: url('path-to-your-icon.png');
     background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
     height: 16px;
     position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}*/.title {	font-weight: bold;
	margin-bottom: 5px;
}.before, .after {	text-align: center;
}.special {    background-color: #203478;
	color: #fff;
    padding: 42px 35px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
}
.special:before {    content: url('../img/corn-tp-left.svg');
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
}
.special:after {    content: url('../img/corn-btm-rght.svg');
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 40px;
}.special h4{	color:#FFD000;
}.spec {    padding: 42px 35px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
}

.spec:before {    content: url('../img/corn-tp-left.svg');
    position: absolute;
    left: 0px;
    top: 25px;
    width: 40px;
}.spec:after {    content: url('../img/corn-btm-rght.svg');
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 40px;
}.row-content {	display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {    
	.row-content {		
		display: block;
		}		
	.sub-ctc {		
		width: 100%!important;
	}		
	.home-banner h1 {		
		font-size: 26px;
		margin: 0px 5px;
	}		
	.home-banner p {		
		font-size: 24px;
		margin: 12px 5px 0px 5px;
	}		
	
	#subs {		
		background: #1f3478!important;
	}
	
	.home-banner {
		background-position: center;
	}
	
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	
}

@media (max-width: 1440px) {
    #subs {
        background: #1f3478 !important;
    }
}


@media (max-width: 1440px) {
    /* .home-banner { */
        /* background-position: center center, center bottom -125px; */
    /* } */
	
	.home-banner::before {
		background-position: center calc(100% + 110px);
	}
}

@media (max-width: 1024px) {
    /* .home-banner { */
        /* background-position: center center, center bottom 0px; */
    /* } */
	.home-banner::before {
		background-position: center calc(100% + 55px);
	}
}

@media (max-width: 575px) {
    /* .home-banner { */
        /* background-position: center center, center bottom 0px; */
    /* } */
	.home-banner::before {
		background-position: center!important;
	}
}

.h2, h2 {
    font-size: 28px;
}

.sub-ctc {	
	font-size: 17px;
	/* width: 40%; */
	background-color: #203478;
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 17px 20px;
	border-radius: 8px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sub-ctc:hover {    background-color: #FFD000;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sub-ctc:focus,.sub-ctc:hover {    
	color: #fff;
    background-color: #FFD000;
    outline-width: 0 !important;
}

li::marker {	color: #FFD000;
}

#subs {	background: url(../img/back1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.g-spec:before {    
	content: url('../img/corn-tp-left.svg');
    position: absolute;
    width: 31px;
	left: 0px;
	top: 0px;
}
.g-spec2:before {    
	content: url('../img/group.svg');
    position: absolute;
    width: 14px;
	left: 0px;
	top: 0px;
}
.cy{
	color: #FFD000;
	font-weight: 700;
	text-transform: uppercase;
}

.certif_m{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}


.uppercase-text {
    text-transform: uppercase;
}
.special-form:before {
    content: url('../img/corn-tp-left.svg');
    position: absolute;
    left: -10px;
    top: 0px;
    width: 40px;
}
.special-form:after {
    content: url('../img/corn-btm-rght.svg');
    position: absolute;
    right: 30px;
    bottom: -5px;
    width: 40px;
}
.light-blue {
    background-color: #203478;
}
.tt-wt {
	color: #fff;
}
.tt-yl {
	color: #FFD000;
}
.special-bl:before {    content: url('../img/corn-tp-left.svg');
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
}
.lg-mine img{
	width: 120px;
}

/* Par défaut (desktop) */
.row.elt {
    display: flex;
    flex-wrap: wrap;
}

/* En mode mobile */
@media (max-width: 767px) {
    .row.elt {
        display: flex;
        flex-direction: column;
    }
    
    .frm-ctnr {
        order: -1; /* Place le formulaire en premier */
    }
}


.row-tt1 {
	background-color: #203478;
	border: 5px solid #FFD000;
    border-radius: 15px;
    padding:10px;
    display: flex;
}

.formation-spc {
    display: flex;
    flex-direction: column;
  
}

.ul-formation {
    margin-top: 20px;
    line-height: 2em;
    font-size: 16px;
}

.ul-formation span { 
    color: #FFD000;
    margin-right: 5px;
    font-size: 20px;
}



.descb {
	font-size: 16px;
}

.bkgb {
	background-color: #203478;
}