@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');
@font-face {
    font-family : GT Walsheim;
    src: url(https://landings.abilways.com/rs/852-KOI-420/images/GT-Walsheim-Condensed-Black-Oblique.otf);}
	

	body{
		font-family: Roboto, sans-serif;
		color:#272727;
	}
	.container_logo{
		background:url('https://landings.abilways.com/rs/852-KOI-420/images/SKOLAE-Formation_logo-2025.png');
		background-size:100% auto;
		width:212px;
		min-width:212px;
		max-width:212px;
		height:60px;
		min-height:60px;
		max-height:60px;
	}

	.menu a:hover{
		background:#000;
		color:#fff;
	}
	.button,.containerForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
		background-color: #FF9E38;
	  border-color: #FF9E38 #FF9E38 #FF9E38;
	  color: #FFF;
		border-radius:10px;
	}
	.button:hover,.containerForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,.containerForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,.containerForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus{
		background-color: #454545;
	  border-color: #454545 #454545 #454545;
	  color: #FFF;
	}
	#footer{
		background:#272727;
		color:#fff;
	}
	#footer .marque:before{
		content:'SKOLAE Formation';
	}

#footer {
    display: none !important;
}

	#forfaits .flex>div .duree{
		background-color: #FF9E38;
	}

	#chiffres-cles .flex>div:nth-child(odd){
		background:#FF9E38;
		color:#fff;
		border:3px solid #FF9E38;
	}
	#chiffres-cles .flex>div:nth-child(even){
		color:#FF9E38;
		border:3px solid #FF9E38;
	}
