﻿
.grid-welcome-main {
/*    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 1em;
*/}

.section-welcome {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 1.5em;
    align-self: start;
}

p {
    font-family:Roboto;
	color:#242424;
	font-size:16px;
}

 .disabled {
    pointer-events: none;
    cursor: default;
}

 .enabled {
    pointer-events: visible;
    cursor: auto;
}

.en-savoir-plus{
    font-size:12px;
    color:white;
    border:none;
	background-color:#cc4d4d; 
    border-radius: 3px;
    align-content: center;
    padding:5px;
}

.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.decouvrez{
    font-size:14px;
	font-family:Roboto;
    color:#2f5c95;
}

.footer-link{
}

.footer-link-span{
    font-size:14px;
	font-family:Roboto;
    color:#366fb6;
    margin-right:5px;
}

.footer-fiducial{
    font-size:11px;
	font-family:Roboto;
    font-weight: 600;
    color:#5c5c5c;
}

.footer-hr {
    height: 2px;
    margin: 0;
}

.footer-inside {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    padding: .5em;
}

.connection-link {
	display:block;
	font-family:Roboto;
	font-size:10px;
	margin:0px;
	color:#85b5f0;
	border: none;
	background-color: transparent;
	outline: none;
	padding:0px;
}
.connection-link:hover,
.connection-link:focus {
    color: white;
}

.connection-input {
	background-color:white;
	color:#bbbbbb;
	font-family:Roboto;
	font-size:14px;
	height:20px;
	min-width:240px;
	border-radius:2px;
	border:none;
    padding-left: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.connection-button {
	background-color:#d8d8d8;
	color:#2f5c95;
	font-family:Roboto;
	font-size:14px;
	height:25px;
	border-radius:2px;
	border:none;
}

.etude-button{
	font-family:Roboto;
	background-color: transparent;
    color:white;
    font-size:20px;
    margin:5px;
    /*border:none;*/
}

/* New Interface Card */
.new-interface-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 40px;
}

.card-header {
    background: #4A6FA5;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.badge-new {
    background: #5B7DB1;
    color: white;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

    .badge-new .material-icons {
        font-size: 20px;
    }

.card-title {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

    .card-title strong {
        font-weight: 600;
    }

.banner-section {
    position: relative;
    background: #ffffff;
    padding: 40px 60px 40px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-image {
    width: 64%;
    max-width: 770px;
    margin: 0;
    display: block;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .banner-image:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3), 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.banner-features {
    width: 32%;
    padding: 20px;
    display: flex;
    align-items: center;
}

    .banner-features h3 {
        color: #4A6FA5;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-size: 15px;
}

.feature-icon {
    background: #4A6FA5;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.content-section {
    padding: 32px 24px 40px;
    text-align: center;
}

.main-text {
    font-size: 20px;
    color: #2c3e50;
    line-height: 1.6;
    margin-bottom: 32px;
    font-weight: 500;
}

.cta-button {
    background: #4A6FA5;
    color: white;
    border: none;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(74, 111, 165, 0.3);
}

    .cta-button:hover {
        background: #3d5a85;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 111, 165, 0.4);
    }

    .cta-button:active {
        transform: translateY(0);
    }

.secondary-link {
    display: block;
    margin-top: 20px;
    color: #4A6FA5;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

    .secondary-link:hover {
        color: #3d5a85;
        text-decoration: underline;
    }

/* Footer */
.footer {
    background: white;
    padding: 20px 40px;
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4A6FA5;
    font-size: 14px;
}

.footer-right {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: #4A6FA5;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #3d5a85;
        text-decoration: underline;
    }

.footer-copyright {
    color: #666;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .header {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .main-content {
        padding: 0 20px;
    }

    .footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .card-title {
        font-size: 18px;
    }

    .main-text {
        font-size: 18px;
    }

    .banner-section {
        padding: 24px 16px 24px;
        flex-direction: column;
    }

    .banner-image {
        width: 100%;
    }

    .banner-features {
        width: 100%;
    }

    .content-section {
        padding: 24px 16px 32px;
    }
}