
@font-face {
  font-family: "Open Sans SemiBold";
  src: url("font/OpenSans-SemiBold.ttf") format("truetype");
}	
 
		@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-Bold.ttf") format("truetype");
}		
@font-face {
  font-family: "OpenSans Light";
  src: url("font/OpenSans-Light.ttf") format("truetype");
}

	@font-face {
  font-family: "OpenSans Medium";
  src: url("font/OpenSans-Medium.ttf") format("truetype");
}

	
		.grades-container {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 20px;
		}
		.grade {
			background: #ffffff;
    color: #DEDDE2;
    font-family: "open sans";
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
    font-style: normal;
    width: 42px;
    height: 41px;
    text-align: center;
    margin: 10px;
    border: 2px solid #DEDDE2;
    padding: 10px;
		}
		.grade.actif {
    border: 2px solid #009AFF;
    color: #009AFF;
}
.score {
	font-family: "open sans";
font-size: 50px;
font-weight: bold;
line-height: 50px;
font-style: normal;
text-align: center;
color: #009aff;
}
		table {
			margin: 20px auto;
			border-collapse: collapse;
		}
		th, td {
    padding: 10px;
    font-family: "open sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #3c3950;
}
		th {
			background-color: rgb(255, 255, 255);
		}
		.checkbox-container {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.checkbox {
			width: 27px;
    height: 27px;
    border-color: #dedde2;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
		}
		.checked {
			background-color: rgb(253, 253, 253);
		}
		.cansideration {
			width: 90%;
}
.afterresult {
	font-family: OpenSans Medium;
    font-size: 12px;
    width: 90%;
    TEXT-ALIGN: CENTER;
}
h1 {
	font-family: "open sans";
font-size: 40px;
font-weight: bold;
line-height: 40px;
font-style: normal;
text-align: center;
color: #3c3950;
}
h3 {
	font-family: "open sans";
font-size: 24px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: left;
color: #3c3950
}
p {
    font-family: OpenSans Medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #3C3950;
}
span.cansideration-link {
    color: #009AFF;
}
button.Gettouch {
    background: #009aff;
    border-color: #009aff;
    padding: 10px;
    border-radius: 30px;
    border-style: solid;
    font-family: "open sans";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}


.container-mobileversion {
    display: none;
  }
  .container {
	  display: none;;
			 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
		  
		 }
	@media (max-width: 767px) {
.container {
  display: none;
}
 .container-mobileversion {
  display: block;
}
h1 {
    font-size: 30px;
}
h2 {
	font-family: "open sans";
font-size: 24px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: center;
color: #3c3950 ;
margin-bottom: 65px;
}
h3 {
    font-family: "open sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #3c3950;
}  
.checkbox-container-mobile {
    font-family: "open sans";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #009aff;
}
	
.cansideration {
    text-align: center;
    width: 100%;
}
.grades-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    flex-wrap: wrap;
}
.grade {
    background: #ffffff;
    color: #DEDDE2;
    font-family: "open sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 11px;
    font-style: normal;
    width: 12px;
    height: 11px;
    text-align: center;
    margin: 6px;
    border: 2px solid #DEDDE2;
    padding: 10px;
}
.score {
    font-family: "open sans";
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    color: #009aff;
    flex: 100%;
    margin-bottom: 33px;
}
.afterresult {
    font-family: OpenSans Light;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #3c3950;
}
p {
    font-family: OpenSans Light;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #3C3950;
}
}