
<!--@font-face {
    font-family: 'Carlito';
    src: url('Carlito-Regular.ttf') format('truetype');
}-->

html, body, footer,header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	overflow-x:hidden;
}

body{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	background: #ffffff;
}

* {
	font-family: 'Roboto', sans-serif;
}

.app_download{
	margin: auto;
	text-align: center;
	width: 50%;
}

@media (max-width: 991px) {
	.app_download{
		margin: auto;
		text-align: center;
		width: 80%;
	}
}

.apple_app_available{
	color: grey;
	margin: auto;
	text-align: center;
	max-width: 304px;
}

article{
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 4px;
	margin-bottom: 0.5%;
	margin-left: auto;
	margin-right: auto;
	min-width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 55%;
}

.description{
	color: grey;
	font-size: 16px;
	margin: auto;
	margin-top: 1em;
	text-align: center;
	max-width: 304px;
}

.description a{
	color: grey;
	font-size: 16px;
	margin: auto;
	margin-top: 1em;
	text-align: center;
	max-width: 304px;
}

.div_share{
	border-radius: 10px;
	border: 2px solid #14CB78;
	min-width: 304px;
	margin: auto;
	padding-bottom: 50px;
	text-align: center;
	width: 50%;
}

header {
	background: #14CB78;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

footer {
	background-color: #14CB78;
	border-top: 1px solid #ffffff;
	bottom:0;
	color: #ffffff;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	margin-top: auto;
	width: 100%;
}

.header_banner {
	background-color: transparent;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.header_container {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.footer_container {
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: auto;
	text-align: center;
	width: 100%;
}

.footer_container a{
	color: #ffffff;
	text-decoration: none;
}

.footer_container a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer_container a:hover {
color: #ffffff;
text-decoration: none;
}

.form_apple_app{
	text-align: center;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	max-width: 304px;
}

input[type=email], input[type=text], textarea{
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 298px;
	width: 100%;
}

input[type=password]{
	margin-top: 1em;
	max-width: 298px;
	width: 100%;
}

input[type=submit]{
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 304px;
	width: 100%;
}

.form_forgotpassword{
	text-align: center;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	max-width: 304px;
}

p{
	font-family: 'Roboto', sans-serif;
}

q{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	text-align: center;
}

section{
	display: block;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

.smartphone_presentation{
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
}

.text_grey{
	font-family: 'Roboto', sans-serif;
	color: grey;
}

.text_grey_center{
	color: grey;
	margin: auto;
	text-align: center;
	max-width: 500px;
    font-size: 20px;
}

.text_grey_title{
	color: grey;
	text-decoration: underline;
}

.text_green_title{
	font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #14CB78;
}

.text_green{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #14CB78;
}

.text_red{
	font-family: 'Roboto', sans-serif;
	color: red;
}

.text_username_share{
	color: grey;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.text_challenges_share{
	color: #14CB78;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

.text_rating_bar_share{
	color: #e0b100;
	font-size: 22px;
    text-align: center;
}

.titles{
	color: #14CB78 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
}

.titles a {
    color: inherit;
    text-decoration: none;
}

.titles a:hover {
    text-decoration: none;
}

.shareTitle{
    color: #14CB78 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    text-align: center;
    display: inline-block !important;
}

td{
	text-align: center;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.theappcrocodile.com/css/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://www.theappcrocodile.com/css/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://www.theappcrocodile.com/css/MaterialIcons-Regular.woff) format('woff'),
    url(https://www.theappcrocodile.com/css/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.svg_apple_button{
	color: inherit;
	margin-right: 0.5rem;
	font-size: 100%;
}

/*****************Navigation*****************/

.button_download_android{
	background-color: #14CB78;
	border-radius: 10px;
	border: 1px solid #14CB78;
	color: #ffffff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	margin: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
}

.button_download_android:hover{
	background-color: #ffffff;
	color: #14CB78;
    text-decoration: none;
}

.button_download_apple{
	background-color: #14CB78;
	border-radius: 10px;
	border: 1px solid #14CB78;
	color: #ffffff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	margin: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
}

.button_download_apple:hover{
	background-color: #ffffff;
	color: #14CB78;
    text-decoration: none;
}

.header_button {
    background-color: #14CB78;
    border-radius: 10px;
    border: 1px solid #14CB78;
    color: #ffffff;
    display: inline-block;
	font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    margin: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
}

.header_button:hover {
    background-color: #ffffff;
    color: #14CB78;
    text-decoration: none;
}

.header_mobile_container {
	margin: auto;
	text-align: center;
	width: 90%;
}

.header_mobile_button {
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #14CB78;
	color: #14CB78;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	margin: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
}

.header_mobile_button:hover {
	background-color: #14CB78;
	color: #ffffff;
	text-decoration: none;
}


.button_green {
    background-color: #14CB78;
	border: 1px solid #14CB78;
	border-radius: 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 4px 2px;
	padding: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_green:hover{
	background-color: #ffffff;
	color: #14CB78;
}

nav {
	position: relative;
	padding-left: 40%;
	padding-right: 40%;
}

nav ul li a{
	background-color:transparent;
	border-radius: 4px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	text-decoration: none;
}

nav ul li a:hover{
	color: white;
	background: #ffffff;
}

@media only screen and (max-device-width:980px) {

	article{
		width: auto;
	}

	/*****************Navigation*****************/

	li {
		display:block;
		line-height: normal;
		list-style-type: none;
		padding-bottom: 6px;
	}

	nav{
		position: relative;
		padding-left: 0%;
		padding-right: 0%;
	}

	nav ul li a{
		display:block;
		border-radius: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 20px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #14CB78;
		background-color:#ffffff;
		text-decoration: none;
		width: 100%;
	}

	nav ul li a:hover{
		color: #ffffff;
		background: #14CB78;
	}

	ul{
		padding: 0%;
		margin: 2%;
	}
}


/* CGU */
.cgu li {
    display:inline-block;
    line-height: normal;
    list-style-type: none;
}

.sponsored-challenges-container article {
	background-color: transparent;
	margin-bottom: 0.5%;
	margin-left: auto;
	margin-right: auto;
	min-width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 30%;
}

.competition-container {
	border-radius: 10px;
	border: 3px solid #14CB78;
	box-shadow: 10px 5px 5px #14CB78;
	//box-shadow: #14CB78 0px 7px 29px 0px;
	//padding: 3rem;
}

.competition-present {
    cursor: pointer;
    position: absolute;
    top: 4rem;
    right: 1rem;
    font-size: 4em;

    a:link, a:visited {
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .competition-present {
        top: 2rem;
        right: 3rem;
    }
}

.challenge-view-border {
    border-color: #FF00AA;
    border-width: 3px;
}

.present-view-border {
    border: 3px solid #14CB78;
    border-radius: 0.25rem;
}

.name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}