@charset "utf-8";
/* CSS Document */

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.addText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: gray;
	text-align: left;
	text-justify: auto
}


.ConsultingText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
	text-align: left;
	text-justify: auto
}


.addRedText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #C00000;
	text-align: left;
	text-justify: auto
}

.addOrangeText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #DE8109;
	text-align: left;
	text-justify: auto
}


.addOrangeText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #DE8109;
	text-align: left;
	text-justify: auto
}


.addOGreenText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #255D1F;
	text-align: left;
	text-justify: auto
}

.addVioletText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #5F0E8C;
	text-align: left;
	text-justify: auto
}


.addBlueText {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
    padding: 0;
	color: #16469C;
	text-align: left;
	text-justify: auto
}

.ComingSoon
{
    font-size: 24px;
    text-align: center;
	font-weight: bold;
}


.FormationType
{
    font-size: 22px;
    text-align: center;
	font-weight: bold;
	color: green;
	line-height: 1.05;
}

.FormationUdemyType
{
    font-size: 22px;
    text-align: center;
	font-weight: bold;
	color: #660CCD;
	line-height: 1.05;
}

.InscriptionsText
{
    font-size: 16px;
    text-align: center;
	font-weight: bold;
	color: green;
	line-height: 1.05;
	text-decoration: none;
}

.InscriptionsNextText
{
    font-size: 16px;
    text-align: center;
	font-weight: bold;
	color: orange;
	line-height: 1.05;
}


.mainMenuTitles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #27A117;
	text-align: left;
	text-decoration: none;
}


.consultingMenuTitles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #095A12;
	text-align: center;
	text-decoration: none;
}
.consultingSubMenuTitles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #095A12;
	text-align: center;
	text-decoration: none;
}


.mainBodytext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: gray;
	text-align: center
}

.lastFooters {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#DDDDDD;
}

.textFooters {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:white;
}

.titleFooters {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:white;
}

.mainSubTitles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: green;
}

.greenButtonBisLink {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #DDDDDD;}

.greenButtonBis {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: darkgreen;
    border-radius:10px;
    padding:10px 20px;
	color: #EEEEEE;
	text-align: center;
}

.classRounded
{
    border-radius:15px;
    padding:1px 1px;}

.greenButtonBis:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: green;
    border-radius:10px;
    padding:10px 20px;
	color: #DDDDDD;
	text-align: center;
}

.floatingTableStyle
{
	display:inline-block;
	vertical-align:middle;
	margin:10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
	    list-style: none;
    display: flex;
    align-items: flex-start;
}

li::before {
    content: "✔";
    color: #6B8E5C;
    margin-right: 8px;
    flex-shrink: 0;
}
