html {
	width:100%;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #ffffff;
	width:100%;
}
h1, h2, h3 {
    font-family: 'Orbitron', sans-serif;
	clear:both;
}


.home {
	position:absolute;
	left:2em;
	top:2em;
	width:3em;
	height:3em;
	background-image:url('/img/home.png');
	background-repeat:none;
	background-size:3em;
	background-position:50%;
}
@media (max-width:600px) {

	.home {
		position:absolute;
		left:2em;
		top:2em;
		width:100%;
		height:3em;
		background-image:none;
	}
}
.languages {
	top:0;
	
}
 
.languages summary {
	list-style:none;
}

.languages button {
	background-color:transparent;
	border-radius:none;
	border:none;
}

.header-details
{
    position:absolute;
    right:0;
    width:calc(2em + 2px);
    text-align:center;
    font-size: 1.8em;
    border-radius: 5px;
    border:none;
    cursor: pointer;
    transition: background-color .5s;
}

.header-details:hover
{
    background-color: #ccc;
}

.header-details summary
{
    list-style: none;
}

.header-details[open]
{
    background-color: #ccc;
}

.header-details[open] button, .header-details[open] summary
{
    display: inline-block;
    width:2em;
    border-radius:5px;
    border: 1px solid #ccc;
    transition:0.5s;
}

.header-details[open] button:hover, .header-details[open] summary:hover
{
    border: 1px solid #000;
    transition:0.5s;
}

.help-button
{
    width:100%;
    text-align:center;
    display: block;
    color:inherit;
}

.details-plan[open]
{
    background-color:#18191d;
	
}

.details-plan
{
    padding:0.5em 0 2em 0;
}


header {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	z-index:9;
}

a:target {
	padding-top: 8em;
	margin-top: -8em;
}
header h1 {
    margin: 0;
    font-size: 2.2em;
    text-transform: uppercase;
}
header p {
    margin: 0;
    font-size: 1.15em;
}
.burger-menu {
    position: fixed;
    top: calc(7.5em);
    left: 1em;
    cursor: pointer;
    z-index: 10;
    transition: 0.6s;
	padding:8px;
	background-color:#2c2c2c;
	border-radius:3px;
}
.burger-menu div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}
.burger-menu.open
{
    left:200px;
}
.burger-menu.open div
{
    background-color: #ff8a00;
}
.burger-menu.open:hover div
{
    background-color: #e52e71;
}
.burger-menu.open div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.burger-menu.open div:nth-child(2) {
    opacity: 0;
}
.burger-menu.open div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}
.nav-links {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 8;
    top: 0;
    left: -250px;
    overflow-x: hidden;
    transition: left 0.5s ease;
    padding-top: 7em;
    #background-color: rgba(0, 0, 0, 0.9);
	background-color: rgba(50, 50, 50, 0.8);
}
.nav-links a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.2em;
    color: #ff8a00;
    display: block;
    transition: 0.3s;
}
.nav-links a:hover {
	color: #ffffff !important;
}
.nav-links.open {
    left: 0;
}
.hero {
    color: #ffffff;
    padding: 6em 0;
    text-align: center;
    position: relative;
	margin-top:7em;
}
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero h1, .hero p {
    position: relative;
    z-index: 1;
}
.hero h1 {
    font-size: 2.2em;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.hero p {
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width:600px) {
	.hero p {
		font-size: 1.3em;
	}
}
.brand, .tool {
    margin: 2em 0;
    text-align: center;
}
.brand h2, .tool h2 {
    margin-bottom: 1em;
    font-size: 2em;
    color: #ff8a00;
}

a:link {
	color: #ff8a00;
}

a:visited {
	color:#e52e71;
}

.sommaire a {
	text-decoration:none;
	display:block;
	width:100%;
	padding:1px 10px;
}
.sommaire a:visited {
	color:#ff8a00;
}

.sommaire a:hover {
	color:#ffffff;
}

.nav-links a:visited {
	color:#ff8a00;
}

.btn-link:link {
	color: #ffffff;
}

.btn-link:visited {
	color:#ffffff;
}




.new {
	background-color:#e52e71;
	color:#fff;
	font-weight:bold;
	width:400px;
	position:absolute;
	transform: rotate(-30deg);
	top:30px;
	left:-120px;
	font-size:2em;
	padding:5px;
	font-size:2em;
}

.page {
	width:100%;
	max-width:750px;
	margin:7em auto 25px auto;
	position:relative;
	overflow:hidden;
}

.section1 {
	width:calc(100% - 50px);
	max-width:750px;
	margin:25px auto;
	position:relative;
	overflow:hidden;
	padding:20px;
	text-align:center;
}

.section1 h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 2em;
    color: #ff8a00;
    text-align: center;

}
.tool {
	width:calc(100% - 50px);
	max-width:750px;
	margin:25px auto;
	border:1px solid #CCC;
	border-radius:6px;
	position:relative;
	overflow:hidden;
	padding:20px;
}

.tool h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 2em;
    color: #ff8a00;
    text-align: center;

}
.tool .shortdesc {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight:bold;
    color: #ffffff;
    text-align: center;
	padding:10px 0;
}
.tool .gain {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
    color: #f25b39;
    text-align: center;
	font-weight:normal;
	padding:20px 0;
}
@media (max-width:600px) {
	.tool .gain {
		font-size: 1.25em;
	}
}

.tool .desc {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
    color: #ffffff;
	text-align:left;
}

.app .bloc {
	width:calc(100% - 20px);
	max-width:750px;
	margin:5px auto;
	padding:5px 10px;
}

.app .bloc h3 {
	color:#e52e71;
}

.app h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 2em;
    color: #ff8a00;
    text-align: center;
}
.app .shortdesc {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight:bold;
    color: #ffffff;
    text-align: center;
	padding:10px 0;
}
.app .gain {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
    color: #f25b39;
    text-align: center;
	font-weight:normal;
	padding:20px 0;
}
.app .desc {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
    color: #ffffff;
	text-align:left;
}

.sommaire {
    margin: 0 auto 2em;
    max-width: 800px;
    text-align: center;
    padding: 0 1em;
    font-size: 1.2em;
}

.description {
    margin: 0 auto 2em;
    max-width: 800px;
    text-align: center;
    padding: 0 1em;
    font-size: 1.2em;
}
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature {
    background: #1e1e1e;
    padding: 2em;
    margin: 1em;
    flex: 1 1 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.feature h3 {
    margin-top: 0;
    color: #e52e71;
}
.carousel {
	width:calc(100% - 60px);
    max-width: 700px;
    margin: 0 auto;
    border-radius: 8px;
	padding:10px;
	border : solid 1px #CCC;
}
.carousel img {
    width: 100%;
}
.contact-form {
    background: #1e1e1e;
    padding: 2em;
    margin: 1em auto;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.contact-form h2 {
    text-align: center;
    color: #ff8a00;
}
.contact-form label {
    display: block;
    margin: 0.5em 0 0.2em;
}
.contact-form input, .contact-form textarea {
    width: calc(100% - 1em);
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #333;
    border-radius: 4px;
    background: #2c2c2c;
    color: #fff;
}
.contact-form input[type="submit"] {
    background: #e52e71;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0.7em 1.5em;
    border-radius: 4px;
    transition: background 0.3s;
}
.contact-form input[type="submit"]:hover {
    background: #ff8a00;
}

.contact-form .error {
	width: calc(100% - 1em);
	padding: 0.5em;
	margin-bottom:6px;;
	margin-bottom: 1em;
	border-radius: 4px;
	color: #e52e71;

}

.contact-form .error::before {
	content:'\26A0   ';
}

.testimonials {
    background: #1e1e1e;
    padding: 2em 1em;
    margin: 2em 0;
}
.testimonials h2 {
    text-align: center;
    color: #ff8a00;
}
.testimonial {
    max-width: 800px;
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #333;
    border-radius: 8px;
    background: #2c2c2c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.testimonial p {
    font-size: 1.1em;
    line-height: 1.5;
}
.testimonial span {
    display: block;
    margin-top: 1em;
    color: #ff8a00;
    font-weight: bold;
}
footer {
    background: #121212;
    padding: 1em 0;
    text-align: center;
}
footer p {
    margin: 0;
}
.btn-link {
    display: inline-block;
    background: #ff8a00;
    color: #fff;
    padding: 0.7em 1.5em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
    margin-top: 1em;
    font-size: 1.2em;
}
.btn-link:hover {
    background: #e52e71;
    transform: scale(1.05);
}
.btn-link:active {
    transform: scale(0.95);
}

.table1 {
	border:solid 1px #cccccc;
	border-spacing: 0;
    border-collapse: separate;
}

.table1 td {
	border:solid 1px #cccccc;
	background-color:#2c2c2c;
	text-align:center;
	margin:0;
	padding:5px 10px;
}

.table1 th {
	border:solid 1px #cccccc;
	background-color:#2c2c2c;
	text-align:center;
	margin:0;
	padding:5px 10px;
}
