/* BODY */

body 
{
margin : 0;
font-family: Arial, sans-serif;
}

/* HEADER */

header 
{
    
    background: #f2f2f2;
    padding: 20px;
    width:100vw;
    display:grid;
    grid-template-columns: 75vw 25vw;
    grid-template-rows: auto;
}

/* HEADER HERO */

.hero {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
    padding: 70px 10%;
    background: #f7f7f7;
    gap: 40px;
}

.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-logo {
    width: 300px;
}

.by-cci {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}


.hero-right h1 {
    font-size: 42px;
    color: #044663;
    margin-bottom: 15px;
}

.hero-right p 
{
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 25px;
}
.hero-right h1
{
    color : black ;
}

.btn-hero 
{
    background: #F15A29;
    color: white;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-hero-outline 
{
    border: 2px solid #044663;
    color: #044663;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-hero-outline:hover 
{
    background: #044663;
    color: white;
}

/* CARTE MARTINIQUE */
.hero-map-small {
    width: 230px;
    margin-top: 10px;
}

div#carte img 
{
     width:330px;
}

.nav a 
{
    margin-right: 15px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.stats 
{
    display: flex;
    justify-content: space-around;
    background: #eee;
    padding: 30px 0;
    text-align: center;
}

.stat img 
{
    width: 40px;
    margin-bottom: 10px;
}

.number 
{
    font-size: 32px;   
    font-weight: bold;
    margin: 5px 0;
}


.domaines
{
    padding: 30px;
}

.grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card 
{
    border: 1px solid black;
    padding: 30px;
    font-size: 20px;
    text-decoration: none;
    background: white;
    transition: 0.2s;
    min-height: 80px; 
    display: flex;
    align-items: center;    
    justify-content: center;
    background: #044663 ;
}

.card:hover 
{
    background: #BE1E2D;
    transform: scale(1.03); 
}

.grid div
{
    border: 1px solid black;
    padding: 15px;
    text-align: center;
}

.financement 
{
    text-align: center;
    padding: 40px;
}

.financement button 
{
    padding: 10px 20px;
}

.visite 
{
    text-align: center;
    padding: 30px;
}

.socials span 
{
    margin: 0 10px;
}

.menu 
{
    display: flex;
    justify-content: center; 
    margin-top: 15px;
    background-color: #044663;
    padding: 35px 0;   
    width: 100%;
    gap: 30px;
}

.menu a 
{
    font-size: 18px;            
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.menu a:hover 
{
    color: #F15A29;    
}

h1
{
    color : #044663;
    font-size : 80px; 
    margin-bottom: 0;
}

.stat img
{
    width: 150px;
    height: 100px;
}

.card 
{
    color : white;
    
}

section
{
	color: black;
}
p
{
    font-size : 25px;
}
.logo
{
    display: flex;
    justify-content: space-between; 
    align-items: center;            
    padding: 20px 40px;
}
.info p
{
    font-size : 18px;
}
.autres 
{
    grid-column: 2 / 3; 
}
.accroche
{
    grid-column: 1 / -1;     
    text-align: center;      
    font-size: 22px;
    font-weight: 500;
    margin-top: -10px;
    color: #044663;
    font-size : 20px;
    font-weight: 600;
}
.info4
{ 
    font-size : 16px;
    margin-top: -5px
}
.soustitre
{
    text-align: center;
}
.phares 
{
    padding: 60px 30px;
    text-align: center;
}


.phares-grid
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.formation-card 
{
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.formation-card:hover
{
    transform: scale(1.03);
}

.overlay
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    text-align: left;
}

.overlay h3 
{
    margin: 0 0 10px 0;
}

.btn
{
    display: inline-block;
    background: white;
    color: black;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.btn2 
{
    
    display: inline-block;
    background-color: #F15A29;
    color: white;                 
    padding: 14px 28px;           
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.btn2:hover 
{
    background-color: #d94f23;   /* rouge au survol */
    transform: scale(1.05);
}


.btn-mission
{
    display: inline-block;
    background: #F15A29;   
    color: white;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-mission:hover 
{
    background: #BE1E2D;   /* rouge au hover */
    transform: translateY(-3px);
}

.visite-buttons 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.btn-visite 
{
    background: #F15A29;
    color: white;          
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-visite:hover 
{
    background: #d94f23; 
}

.btn-contact 
{
    background: transparent;
    color: #044663;
    padding: 10px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #044663;
    transition: 0.3s;
}

.btn-contact:hover
{
    background: #044663;
    color: white;
}

.mission 
{
    max-width: 900px;
    margin: 30px auto 70px auto;
    padding: 50px;
    text-align: center;
    background: #EDEDED;              
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.mission h3 
{
    font-size: 26px;
    color: #044663;   /* bleu Skillfor */
    margin-bottom: 25px;
}

.mission p 
{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #333;
}

/* SECTION AVIS */

.avis 
{
    padding: 80px 30px;
    text-align: center;
}

.avis h2 
{
    margin-bottom: 50px;
}

.avis-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

.avis-card 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* IMAGE RONDE */

.avatar 
{
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    margin-bottom: -25px;
    background: white;
    z-index: 2;
}

/* BULLE D’AVIS */

.bulle 
{
    background: white;
    padding: 35px 25px 25px;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    width: 100%;
    position: relative;
}

/* bulle */

.bulle::before 
{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* TEXTE avis pour des auteurs */

.texte-avis 
{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* AUTEURS  */

.auteur 
{
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.auteur span 
{
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

/* BLOC EXPERTISE  */
.expertise 
{
    background: white;
    padding: 60px 40px;
}

.expertise h2 
{
    text-align: center;
    color: #044663;
    margin-bottom: 40px;
}

/* GRID 2 COLONNES expertise */
.expertise-grid 
{
    display: grid;
    grid-template-columns: 1fr 2fr; /* logos | texte */
    gap: 50px;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

/* GRID - LOGOS (côté gauche) expertise */
.expertise-logos 
{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.logo-expertise 
{
    max-width: 180px;
}

/* GRID - TEXTE (côté droit) expertise */
.expertise-text p 
{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer 
{
    background: #FBB040;
    color: white;
    padding: 50px 30px 20px;
}
/* GRID FOOTER */
.footer-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}
/* GRID FOOTER H3 */
.footer-col h3 
{
    margin-bottom: 15px;
    color: black;
}

/* GRID FOOTER P */
.footer-col p 
{
    font-size: 15px;
    line-height: 1.6;
    color : black ;
}

/* ICÔNES RÉSEAUX */
.social-icons 
{
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

/* FOOTER ICONES RESEAUX SOCIAUX */
.social-icons img 
{
    width: 32px;
    transition: 0.3s;
}

/* FOOTER ANIMATION QUAND ON SURVOLE LES RESEAUX SOCIAUX */
.social-icons img:hover 
{
    transform: scale(1.15);
}

/* FOOTER TEXTE */
.footer-bottom 
{
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.8;
}
