/* cmsms stylesheet: 1-Design modified: jeudi 5 mars 2026 13:33:24 */
@font-face {
    font-family: "barlow";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/barlow.woff2) format('woff2');
}

@font-face {
    font-family: "barlow-semibold";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/barlow-semibold.woff2) format('woff2');
}

@font-face {
    font-family: "barlow-semibolditalic";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/barlow-semibolditalic.woff2) format('woff2');
}

@font-face {
    font-family: "montserrat";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/montserrat.woff2) format('woff2');
}

@font-face {
    font-family: "montserrat-extra";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/montserrat-extrabold.woff2) format('woff2');
}

@font-face {
    font-family: "montserrat-bold";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/montserrat-bold.woff2) format('woff2');
}

@font-face {
    font-family: "montserrat-semibold";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/montserrat-semibold.woff2) format('woff2');
}

@font-face {
    font-family: "montserrat-light";
    src: url(https://www.heling-enr.fr/uploads/_interface/polices/montserrat-light.woff2) format('woff2');
}


/* tailles des polices */
/*
H1 : 30pt
H2 : 25pt
H3 : 20pt
P : 15pt
Chiffres clés : 30pt */
/* tailles des polices */


html
{
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body
{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "barlow", arial;
    color: #1e1c37;
    font-size: 15pt;
}

h1
{
    color: white;
    font-size: 30pt;
}

h2
{
    color: #f59c21;
    font-size: 25pt;
    font-family: montserrat-bold;
}

h3
{
    color: #18678c;
    font-size: 20pt;
    font-family: montserrat;
}

@media screen and (max-width: 820px)
{
body
{
    font-size: 13pt;
}

h1
{
    font-size: 20pt;
}

h2
{
    font-size: 16pt;
}

h3
{
    font-size: 15pt;
}
}

label
{
    font-family: montserrat-bold;
}

input[type="text"], input[type="email"], input[type="date"], input[type="tel"], input[type="password"], select
{
    width: 100%;
    max-width: 300px;
    height: 50px;
    border: 1px solid #1F1C37;
}

input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    border: 1px solid #1F1C37;
}

input[type="number"]
{
    width: 100%;
    max-width: 50px;
    height: 30px;
    border: 1px solid #1F1C37;
}

textarea
{
    width: 100%;
    height: 250px;
    border: 1px solid #1F1C37;

}

select[multiple]
{
    height: 138px;
}

a
{
    color: #1e1c37;
    text-decoration: none;
    font-family: montserrat-semibold;
}

img
{
    max-width: 100%;
}

a:hover
{
    text-decoration: underline;
}

.bouton
{
    min-width: 150px;
    min-height: 50px;
    padding: 15px;
    background: linear-gradient(342deg, rgba(250,184,50,1) 0%, rgba(236,105,39,1) 100%, rgba(0,212,255,1) 100%);
    color: white!important;
    border-radius: 50px;
    transition: 400ms;
    border: none!important;
}

.bouton:hover
{
    background: linear-gradient(124deg, rgba(250,184,50,1) 0%, rgba(236,105,39,1) 100%, rgba(0,212,255,1) 100%);
    transition: 400ms;
}

@media screen and (max-width: 820px)
{
.bouton
{
    font-size: 13pt;
} 
}

.boutons
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.information
{
    font-style: italic;
    width: 80%;
    margin: auto;
    font-size: 80%;
}

.no-underline:hover
{
    text-decoration: none;
}

.right
{
    text-align: right!important;
}

.left
{
    text-align: left!important;
}

.center
{
    text-align: center!important;
}

.clear
{
    clear: both;
}

.strong
{
    font-weight: bold;
}

.pointille
{
    width: 355px;
    height: 0px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px dotted #19688d;
}

.hr-jaune
{
    width: 355px;
    height: 0px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid #F59C21;
}

.texte
{
    text-align: justify;
    text-align-last: left;
}

.source
{
    font-style: italic;
    font-family: montserrat-light;
}

@media screen and (max-width: 820px)
{
.source
{
    font-size: 8pt;
}
}

/* Couleurs */
.bleu-marine
{
    color: #1e1c37;
}

.bleu-ceruleen
{
    color: #18678c;
}

.bleu-ciel
{
    color: #1d8acb;
}

.orange
{
    color: #ec6927;
}

.abricot
{
    color: #f59c21;
}

.jaune
{
    color: #fab832;
}

.blanc
{
    color: white;
}

.fond-gris
{
    background-color: #F2F2F2;
}

.fond-bleu-marine
{
    background-color: #1e1c37;
}

.fond-bleu-ceruleen
{
    background-color: #18678c;
}

.fond-bleu-ciel
{
    background-color: #1d8acb;
}

.fond-orange
{
    background-color: #ec6927;
}

.fond-abricot
{
    background-color: #f59c21;
}

.fond-jaune
{
    background-color: #fab832;
}

/* Couleurs */

/* Menu */
#menu
{
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 5;
}

#menu .logo
{
    width: 10%;
    margin-left: 1.5%;
    display: inline-block;
    vertical-align: top;
}


#menu .liens
{
    width: 80%;
    padding-top: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

#menu .liens .lien
{
    min-width: 5%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


#menu .rs
{
    width: 5%;
    padding-top: 0.8%;
    display: inline-block;
    vertical-align: top;
}

#menu .sous-liens
{
    display: none;
}

#menu .lien:hover .sous-liens
{
    display: block;
    padding-left: 0.5%;
    padding-right: 0.5%;
    position: absolute;
    z-index: 5;
    background-color: white;
    text-align: left;
    margin: 0;
}

#menu .lien:hover .sous-liens ul
{
    padding: 0;
    padding-left: 5px
}
 

#menu .lien:hover .sous-liens li
{
    list-style-type: none;
    margin-bottom: 5%;
}


#menu-responsive-show, #menu-responsive-hide
{
    display: none;
}

@media screen and (max-width: 820px)
{
#menu-responsive-show
{
    display: inline-block;
    width: 65%;
    padding-top: 2.5%;
    text-align: right;
}

#menu-responsive-hide
{
    display: none;
    width: 65%;
    padding-top: 2.5%;
    text-align: right;
}

#menu
{
    position: relative;
}

#menu .logo
{
    width: 20%;
    margin-left: 2%;
    margin-top: 2%;
}

#menu .liens
{
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    vertical-align: top;
    text-align: center;
}

#menu .liens .lien
{
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

#menu .sous-liens
{
    display: none;
}

#menu .lien a:hover .sous-liens
{
    display: block;
    padding-left: 0.5%;
    padding-right: 0.5%;
    position: absolute;
    z-index: 5;
    background-color: white;
    text-align: left;
    margin: 0;
}

#menu .lien a:hover .sous-liens ul
{
    padding: 0;
    padding-left: 5px
}
 

#menu .lien a:hover .sous-liens li
{
    list-style-type: none;
    margin-bottom: 5%;
}

#menu .rs
{
    width: 35px;
    padding-top: 2%;
}
}

/* Menu */


/* header */
/* Accueil */
#header
{
    width: 100%;
}

#header .video
{
    width: 100%;
    position: relative;
    z-index: -1;
}

#header .video video
{
    max-width: 100%;
    max-height: 100%;
}

#header .block
{
    position: absolute;
    max-width: 73%;
    top: 50vh;
    left: 7%;
    z-index: 1;
    color: white;
    font-family: montserrat-extra;
    text-shadow: 10px 10px 15px #000000;
}

#header .block .titre-principal
{
    font-size: 60pt;
    margin: 0;
}

@media screen and (max-width: 820px)
{
#header .block
{
    top: 18%;
}

#header .block .titre-principal
{
    font-size: 25pt;
}


#header .block .sous-titre h1
{
    font-size: 12pt;
}
}

@media screen and (max-width: 400px)
{
#header .video video
{
    max-width: 100%;
    max-height: 100%;
}

#header .block
{
    top: 10%;
}

#header .block .titre-principal
{
    font-size: 25pt;
}

#header .block .sous-titre h1
{
    font-size: 12pt;
}
}


/* Accueil */

/* Pages */
#page-header
{
    width: 100%;
    position: relative;
}

#page-header img
{
    width: 100%;
}

#page-header .block
{
    position: absolute;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    background-color: rgba(30,28,55,0.5);
}

#page-header .block .titre-principal
{
    font-size: 50pt;
    margin: 0;
    color: white;
    font-family: montserrat-extra;
    text-shadow: 10px 10px 15px #000000;
}


@media screen and (max-width: 820px)
{
#page-header
{
    height: 170px;
}

#page-header img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    
#page-header .block .titre-principal
{
    font-size: 20pt;
}
}
/* Pages */
/* header */


/* Chapo */
.chapo
{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: -15px;
    background-color: #1e1c37;
    color: white;
    font-size: 25pt;
    font-family: barlow-semibold;
    text-align: center;
}

    
    

.chapo .block
{
    width: 85%;
    margin: auto;
}

.chapo h1
{
    color: #FAB832;
}

@media screen and (max-width: 820px)
{
    
.chapo h1
{
    font-size: 20pt;
}
    
.chapo p
{
    text-align: justify!important;
    font-size: 13pt;
}
}


/* Chapo */

/* encart */

.encart
{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f59c21;
    color: white;
    text-align: center;
    font-family: montserrat-bold;
    border-radius: 30px;
}


/* encart */
.contenu
{
    width: 87%;
    margin: auto;
}

@media screen and (max-width: 820px)
{
.contenu
{
    width: 90%;
}
}

.titre
{
    font-family: barlow-semibold;
    color: #18678C;
    text-align: left;
    font-size: 20pt;
}

.titre-block
{
    font-size: 20pt;
    font-family: montserrat-semibold;
}

.contenu .block-texte
{
    font-family: barlow;
    text-align: justify;
    text-align-last: left;
}

.contenu .sur-block
{
    text-align: center;
}

/* Page d'accueil */
#accueil .engagement
{
    margin-top: 3%;
    margin-bottom: 5%;
    padding-top: 2%;
    padding-bottom: 1%;
    position: relative;
    text-align: justify;
    text-align-last: left;
    font-family: barlow-semibolditalic;
    color: #1e1c37;
    font-size: 25pt;
}

#accueil .engagement::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 30%;
    left: 0%;
    border-top: 2px solid #1e1c37;
}

#accueil .engagement::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 30%;
    right: 0;
    top: 115%;
    border-bottom: 2px solid #1e1c37;
}

@media screen and (max-width: 820px)
{
#accueil .engagement
{
    font-family: barlow;
    font-style: italic;
    font-size: 13pt;
}
}

@media screen and (max-width: 400px)
{
#accueil .engagement::after {
    top: 100%;
}
}

#accueil .ambition .block
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
}

#accueil .ambition .block img
{
    border-radius: 30px;
}

#accueil .ambition .lien
{
    width: 80%;
    margin: auto;
    margin-top: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-size: 20pt;
}

@media screen and (max-width: 1440px)
{
#accueil .ambition .lien
{
    font-size: 15pt;
}
}

@media screen and (max-width: 820px)
{
#accueil .ambition .block
{
    width: 98%;
    min-height: 175px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

#accueil .ambition .block .titre-block
{
    width: 100%;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    top: 0%;
    color: white;
    display: none;
}

#accueil .ambition .block .bleu-ciel
{
    background-color: #18678c;
}

#accueil .ambition .block .jaune
{
    background-color: #FBB832;
}

#accueil .ambition .block img
{
    height: 175px;
    width: 100%;
    object-fit: cover;
}

#accueil .ambition .lien
{
    display: block;
    width: 95%;
    font-size: 13pt;
}
}


/* Chiffres */
.chiffres .sur-block
{
    width: 80%;
    margin: auto;
}

.chiffre
{
    font-family: montserrat-extra;
    font-size: 30pt;
}

.chiffres .block .chiffre-texte
{
    font-family: montserrat;
    text-align: center;
}

/* Accueil */
#accueil .chiffres
{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #18678c;
    text-align: center;
    color: white;
}

#accueil .chiffres .block
{
    width: 30%;
    margin-left: 3%;
    margin-right: 3%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1440px)
{
#accueil .chiffres .block
{
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}
}

@media screen and (max-width: 820px)
{
.chiffres .sur-block
{
    width: 100%;
}    

#accueil .chiffres .block
{
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}
    

.chiffre
{
    font-size: 20pt;
}

}

/* Accueil */

/* Hydro */
#hydro .chiffres
{
    background-color: #18678c;
    text-align: center;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
}

#hydro .chiffres .block
{
    width: 200px;
    height: 200px;
    margin: 25px;
    display: inline-block;
    vertical-align: top;
    border: 4px solid white;
    border-radius: 30px;
    position: relative;
}

#hydro .chiffres .block .chiffre-contenu
{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}


@media screen and (max-width: 820px)
{
#hydro .chiffres
{
    background-color: transparent;

}

#hydro .chiffres .block
{
    width: 45%;
    margin: 1%;
    height: 100px;
    background-color: #18678c;
}
}
/* Hydro & solaire */

/* Accueil */



/* Chiffres */

/* Implication */
#accueil .implication .sur-block
{
    text-align: center;
    margin-bottom: 5%;
}

#accueil .implication .block
{
    width: 20%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#accueil .implication .block .sous-titre
{
    color: #1e1c37;
    font-family: montserrat-bold;
}

#accueil .implication .block p
{
    margin: 0;
}

@media screen and (max-width: 820px)
{
#accueil .implication .block
{
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
    text-align: justify;
}
}
/* Implication */


/* Compétences */
/* Compétences */
.competences .sur-block{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 2%;
}

/* le bloc carte */
.competences .sur-block .block{
    width: 28%;
    max-width: 380px;
    height: clamp(280px, 40vw, 450px);
    margin: 1%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgba(28,104,156,0.65);
}

/* conteneur photo en plein cadre */
.competences .sur-block .block .photo{
    position: absolute;
    inset: 0;
}

/* l’image couvre toujours le bloc */
.competences .sur-block .block .photo img{
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    opacity: 0.35;
}

/* couches centrées (titre et liste) */
.competences .block .photo .titre,
.competences .block .liste{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 10%;
    font-family: montserrat, sans-serif;
    transition: opacity .2s ease;
}

/* style titre */
.competences .block .photo .titre{
    font-family: montserrat-extra, sans-serif;
    opacity: 1;
}
.competences .block .photo .titre > div{
    width: 95%;
    margin: auto;
}

/* style liste (cachée par défaut) */
.competences .block .liste{
    width: 110%;
    max-width: 95%;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: white;
    padding: 10%;
    font-family: montserrat;
    transform: translateX(-5%);
}
.competences .block .liste li{
    line-height: 1.5;
}

/* hover : on swap les couches */
.competences .block:hover .photo .titre{
    opacity: 0;
}
.competences .block:hover .liste{
    opacity: 1;
    pointer-events: auto;
}

/* fond plus marqué au hover (optionnel) */
.competences .block:hover{
    background-color: rgba(28,104,156,0.95);
}

@media screen and (max-width: 820px)
{
.competences .sur-block .block
{
    width: 90%;
    max-width: 600px;
}

}

/* Compétences */

/* Compétences */
/* Page d'accueil */


/* Pages */
/* Qui sommes-nous */
#qsn .ambitions table
{
    width: 100%;
    font-size: 20pt;
    font-family: montserrat-semibold;
}

#qsn .ambitions table tr
{
    height: 60px;
}

#qsn .ambitions table tr td:first-child
{
    font-size: 25pt;
    color: #1e1c37;
}

#qsn .ambitions li
{
    font-size: 20pt;
    font-family: montserrat-semibold;
    line-height: 2;
}

#qsn .ambitions .texte
{
    text-align: justify;
    text-align-last: left;
    font-size: 18pt;
}

@media screen and (max-width: 820px)
{
#qsn .ambitions table
{
    width: 90%;
    font-size: 16pt;
    margin: auto;
}

#qsn .ambitions table tr
{
    line-height: 1.2;
    padding-bottom: 30px;
}

#qsn .ambitions table tr td:first-child
{
    vertical-align: top;
    font-size: 25pt;
}

#qsn .ambitions table tr td
{
    padding-top: 5%;
}

#qsn .ambitions table tr td:nth-of-type(2)
{
    padding-left: 5%;
}
}

#qsn .histoire .sur-block
{
    text-align: center;
}

#qsn .histoire .block
{
    width: 26%;
    min-width: 400px;
    height: 80px;
    margin: 0.5%;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #1e1c37;
    border-radius: 30px;
    color: white;
}

#qsn .histoire .block .texte
{
    font-family: montserrat;
}

#qsn .histoire .presentation
{
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width: 1440px)
{
#qsn .histoire .block
{
    width: 26%;
    min-width: 250px;
}
}

@media screen and (max-width: 820px)
{
#qsn .histoire .block
{
    width: 20%;
    min-width: 200px;
}
}

#qsn .equipe .liste-equipe
{
    text-align: center;
}

#qsn .equipe .liste-equipe .block
{
    width: 22%;
    max-width: 273px;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#qsn .equipe .liste-equipe .block .photo
{
    border-radius: 30px;
    width: 275px;
    height: 275px;
}

#qsn .equipe .liste-equipe .block .photo img
{
    border-radius: 30px;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#qsn .equipe .liste-equipe .block .photo .titre
{
    color: white;
    font-family: montserrat-extra;
    position: absolute;
    top: 28vh;
    z-index: 2;
}

#qsn .equipe .liste-equipe .block .liste
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-family: montserrat-light;
    top: 50%;
    transform: translateY(-50%);
}

#qsn .equipe .liste-equipe .block:hover .liste
{
    display: inline;
}

#qsn .equipe .liste-equipe .block:hover .photo
{
    background-color: rgba(28,104,156,0.95);
}

#qsn .equipe .liste-equipe .block:hover .photo img
{
    opacity: 0.3;
}

#qsn .equipe .encart-bouton
{
    width: 80%;
    max-width: 1200px;
    margin: auto;
    padding: 15px;
    background: linear-gradient(342deg, rgba(250,184,50,1) 0%, rgba(236,105,39,1) 100%, rgba(0,212,255,1) 100%);
    color: white!important;
    border-radius: 50px;
    text-align: center;
    font-size: 20pt;
    font-family: montserrat-bold;
}

@media screen and (max-width: 1440px)
{
#qsn .equipe .encart-bouton
{
    width: 85%;
    font-size: 18pt;
}
}


@media screen and (max-width: 820px)
{
#qsn .equipe .liste-equipe
{
    overflow-x: scroll;
    overflow-y: hidden;
    height: 350px;
    white-space: nowrap;
}

#qsn .equipe .liste-equipe::-webkit-scrollbar {
    width: 5px;
}

#qsn .equipe .liste-equipe::-webkit-scrollbar-track {
    background: #eee;
}

#qsn .equipe .liste-equipe::-webkit-scrollbar-thumb {
    background: #1e1c37;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


#qsn .equipe .liste-equipe .block
{
    width: 80%;
}

#qsn .equipe .liste-equipe .block .liste
{
    width: 90%;
    margin: auto;
    white-space: normal;
}

#qsn .equipe .encart-bouton
{
    background: none;
    color: #EC6927!important;
    font-size: 20pt;
}
}

#qsn .valeurs table tr td
{
    padding-top: 30px;
    padding-bottom: 30px;
}

#qsn .valeurs .icone
{
    width: 10%;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 820px)
{
#qsn .valeurs .icone
{
    width: 30%;
    padding-right: 2%;
    vertical-align: top;
}

#qsn .valeurs .valeur
{
    padding-top: 0px;
    vertical-align: top;
}

#qsn .valeurs table tr td
{
    padding-top: 0px;
    padding-bottom: 30px;
}
}




#qsn .recrutement .sous-titre
{
    color: #18678c;
    font-family: barlow-semibold;
}
/* Qui sommes-nous */

/* Solaire */
#solaire .territoires
{
    margin-top: 50px;
    margin-bottom: 50px;
}

#solaire .territoires .presentation
{
    width: 52%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5%
}


#solaire .territoires .photo
{
    width: 38%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#solaire .territoires .photo img
{
    border-radius: 30px;
    width: 100%;
}

#solaire .photo-texte
{
    margin-bottom: -4px;
    width: 100%;
    display: table;
}

#solaire .photo-texte .presentation
{
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

#solaire .photo-texte .titre
{
    color: #f59c21;
    width: 85%;
    margin: auto;
}

#solaire .photo-texte .texte
{
    width: 85%;
    margin: auto;
}

#solaire .photo-texte .photo
{
    width: 40%;
    display: table-cell;
    vertical-align: top;
}


#solaire .photo-texte .photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

#solaire .thumb
{
    display: none;
    text-align: center;
}

#solaire .thumb div
{
    margin: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #1e1c37;
    background-color: rgba(30,28,55,0.1);
}

#solaire .thumb div a
{
    display: block;
    width: 100%;
    height: 100%;
}

#solaire .thumb div a.active {
    background-color: #f59c21;
    border-radius: 50%;
    border-color: #fff;
}

@media screen and (max-width: 820px)
{
#solaire .thumb
{
    display: block;
}
    
    
#solaire .overflow
{
    overflow-x: scroll;
    overflow-y: hidden;
    height: 540px;
    white-space: nowrap;
    scroll-behavior: smooth;
}

#solaire .overflow::-webkit-scrollbar {
    width: 5px;
}

#solaire .overflow::-webkit-scrollbar-track {
    background: #eee;
}

#solaire .overflow::-webkit-scrollbar-thumb {
    background: #1e1c37;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#solaire .overflow::-webkit-scrollbar-thumb:hover {
    background: #1e1c37;
}

#solaire .fond-gris, #solaire .fond-bleu-ceruleen
{
    background-color: transparent!important;
    width: 85%;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#solaire .photo-texte
{
    position: relative;
    width: 100%;
}

#solaire .photo-texte .titre
{
    color: white;
}

#solaire .photo-texte .photo
{
    width: 100%;
    min-height: 500px;
    display: block;
    vertical-align: top;
    position: relative;
    z-index: -1;
    background-color: rgba(30,28,55,0.70);
    border-radius: 30px;
}

#solaire .photo-texte .photo img
{
    width: 100%;
    min-height: 500px;
    opacity: 0.3;
    border-radius: 30px;
    object-fit: cover;
}

#solaire .photo-texte .presentation
{
    width: 100%;
    height: 100%;
    padding-top: 5%;
    display: block;
    position: absolute;
    white-space: normal;
    z-index: 2;
    top: 0;
    color: white;
}

}

#solaire .ambitions li
{
    line-height: 2;
}

#solaire .block-bleu
{
    padding-top: 1%;
    padding-bottom: 25px;
    background-color: #1E1C37;
    color: white;
    text-align: center;
}

#solaire .fond-gris-info-solaire
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2
}

#solaire .icones-1
{
    text-align: center;
}

#solaire .icones-1 .block
{
    width: 23%;
    min-height: 270px;
    margin: 1%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 15px 15px rgba(0,0,0,0.3);
    background-color: white;
}

#solaire .icones-1 .block .icone img
{
    width: 150px;
}

@media screen and (max-width: 1440px)
{
#solaire .icones-1 .block
{
    min-height: 260px;
}
}

@media screen and (max-width: 820px)
{
#solaire .fond-gris-info-solaire
{
    padding-top: 10px;
    padding-bottom: 25px;
}
    
#solaire .icones-1 .block
{
    width: 80%;
    min-height: 200px;
    margin: auto;
    margin-bottom: 15px;
    padding-top: 15px;
}
#solaire .icones-1 .block .icone img
{
    width: 115px;
}
}

#solaire .icones-2
{
    text-align: center;
}

#solaire .icones-2 .block
{
    width: 17%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#solaire .icones-2 .block .liste
{
    width: 90%;
    margin: auto;
}

#solaire .icones-2 .block .icone img
{
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 820px)
{
#solaire .icones-2 .block
{
    width: 45%;
    min-height: 270px;
    border: 1px dotted #FAB832;
}
}
/* Solaire */


/* hydro */
#hydro .territoires
{
    margin-top: 2%;
    position: relative;
}

#hydro .territoires .presentation
{
    width: 52%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5%
}

#hydro .territoires .photo
{
    width: 38%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#hydro .territoires .photo img
{
    border-radius: 30px;
    width: 100%;
}

#hydro .cartes .contenu
{
    display: table;
    width: 90%;
    margin: auto;
}

#hydro .cartes .centrales-liste
{
    display: block;
    width: 100%;
    padding-left: 5%;
    vertical-align: middle;
}

#hydro .cartes .centrales-liste li
{
    max-width: 400px;
    font-family: montserrat-semibold;
    line-height: 1.5;
    cursor: pointer;
}

/* Block informations de chaque centrale */
#hydro .cartes .centrales-liste .centrales-infos
{
    display: none;
    position: absolute;
    width: 80%;
    height: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    background-color: #18678c;
}

#hydro .cartes .centrales-liste .centrales-infos.visible {
    display: block;
    max-height: 600px;
    opacity: 1;
    border-radius: 30px;
    
}

#hydro .cartes .centrales-liste .centrales-infos .infos
{
    width: 40%;
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
    color: white;
}

#hydro .cartes .centrales-liste .centrales-infos .infos li
{
    line-height: 2;
}

#hydro .cartes .centrales-infos .fermer
{
    position: absolute;
    top: 15px;
    left: 15px;
    background: transparent;
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
}

#hydro .cartes .centrales-infos .fermer:hover
{
    border: 1px solid white;
}

#hydro .cartes .centrales-liste .centrales-infos .infos li
{
    padding-left: 15px;
}

#hydro .cartes .centrales-liste .centrales-infos .photos
{
    width: 60%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

#hydro .cartes .centrales-liste .centrales-infos .photos img
{
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
}


/* Animation sur les photos */
#hydro .cartes .centrales-liste .centrales-infos .photos {
  position: relative;
  width: 100%;
  max-height: 550px; /* ou auto, selon ton usage */
  overflow: hidden;
}

.photo-slide {
  display: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.photo-slide.slide-active {
  display: block;
  position: relative;
}

#hydro .cartes .centrales-liste .centrales-infos .photos button {
  position: absolute;
  top: 275px;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
}

#hydro .cartes .centrales-liste .centrales-infos .photos .prev 
{
    left: 10px;
    font-size: 25px;
    background-color: #18678c;
    color: white;
    border-radius: 50%;
}

#hydro .cartes .centrales-liste .centrales-infos .photos .prev:hover, #hydro .cartes .centrales-liste .centrales-infos .photos .next:hover
{
    border: 1px solid white;
}

#hydro .cartes .centrales-liste .centrales-infos .photos .next 
{
    right: 10px;
    font-size: 25px;
    background-color: #18678c;
    color: white;
    border-radius: 50%;
}

/* Animation sur les photos */


/* Block informations de chaque centrales */

#hydro .cartes .centrales-carte
{
    display: table-cell;
    width: 60%;
    vertical-align: top;
    text-align: center;
}

@media screen and (max-width: 1200px)
{
#hydro .cartes .centrales-liste .centrales-infos
{
    width: 95%;
}
}

@media screen and (max-width: 820px)
{
#hydro .cartes .contenu
{
    display: block;
    width: 95%;
    margin: auto;
    position: relative;
}

#hydro .cartes .centrales-liste
{
    display: block;
    width: 100%;
    padding-left: 0%;
    text-align: center;
    vertical-align: top;
}

/* Block informations de chaque centrale */
#hydro .cartes .centrales-liste .centrales-infos
{
    display: none;
    position: absolute;
    width: 100%;
    height: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    background-color: #18678c;
}

#hydro .cartes .centrales-liste .centrales-infos.visible {
    display: block;
    max-height: 600px;
    opacity: 1;
    border-radius: 30px;
    
}

#hydro .cartes .centrales-liste .centrales-infos .infos
{
    width: 100%;
    padding-left: 15px;
    display: block;
    text-align: left;
}

#hydro .cartes .centrales-infos .fermer
{
    left: 90%;
}


#hydro .cartes .centrales-liste .centrales-infos .photos
{
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
}

#hydro .cartes .centrales-liste .centrales-infos .photos button 
{
    top: 150px;
}
/* Animation sur les photos */


/* Block informations de chaque centrales */

#hydro .cartes .centrales-carte
{
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
}


@media screen and (max-width: 820px)
{
#hydro .territoires
{
    margin-top: 2%;
}

#hydro .territoires .presentation
{
    width: 100%;
    padding-right: 0%
}


#hydro .territoires .photo
{
    width: 100%;
}

#hydro .territoires .bouton
{
    display: none;
}
}


#hydro .photo-texte
{
    margin-bottom: -4px;
    width: 100%;
    display: table;
}

#hydro .photo-texte .presentation
{
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

#hydro .photo-texte .titre
{
    color: #f59c21;
    width: 85%;
    margin: auto;
}

#hydro .photo-texte .texte
{
    width: 85%;
    margin: auto;
}

#hydro .photo-texte .photo
{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}


#hydro .photo-texte .photo img
{
    width: 100%;
    height: 100%;
}

#hydro .thumb
{
    display: none;
    text-align: center;
}

#hydro .thumb div
{
    margin: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #1e1c37;
    background-color: rgba(30,28,55,0.1);
}

#hydro .thumb div a
{
    display: block;
    width: 100%;
    height: 100%;
}

#hydro .thumb div a.active {
    background-color: #f59c21;
    border-radius: 50%;
    border-color: #fff;
}


@media screen and (max-width: 820px)
{
#hydro .thumb
{
    display: block;
}
    
#hydro .overflow
{
    overflow-x: scroll;
    overflow-y: hidden;
    height: 600px;
    white-space: nowrap;
}

#hydro .overflow::-webkit-scrollbar {
    width: 5px;
}

#hydro .overflow::-webkit-scrollbar-track {
    background: #eee;
}

#hydro .overflow::-webkit-scrollbar-thumb {
    background: #1e1c37;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#hydro .overflow::-webkit-scrollbar-thumb:hover {
    background: #1e1c37;
}

#hydro .fond-gris, #hydro .fond-bleu-marine
{
    background-color: transparent!important;
    width: 80%;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#hydro .photo-texte
{
    position: relative;
    width: 100%;
}

#hydro .photo-texte .photo
{
    width: 100%;
    height: 575px;
    display: block;
    vertical-align: top;
    position: relative;
    z-index: -1;
    background-color: rgba(28,104,156,0.70);
    border-radius: 30px;
}

#hydro .photo-texte .photo img
{
    opacity: 0.3;
    border-radius: 30px;
    object-fit: cover;
}

#hydro .photo-texte .presentation
{
    width: 100%;
    height: 100%;
    padding-top: 5%;
    display: block;
    position: absolute;
    white-space: normal;
    z-index: 2;
    top: 0;
    color: white;
}
}

#hydro .engagments .responsable
{
    margin-bottom: 50px;
}


#hydro .hydro-info
{
    padding-top: 3%;
    padding-bottom: 3%;
}

#hydro .hydro-info .contenu .block
{
    width: 38%;
    min-height: 360px;
    margin: 3%;
    padding-top: 1%;
    display: inline-block;
    vertical-align: top;
    background-color: white; 
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 15px 15px rgba(0,0,0,0.3);
}

#hydro .hydro-info .contenu .block .center
{
    width: 95%;
    margin: auto;
}

@media screen and (max-width: 820px)
{
#hydro .hydro-info .overflow
{
    overflow-x: scroll;
    overflow-y: hidden;
    height: 450px;
    white-space: nowrap;
}

#hydro .hydro-info .overflow::-webkit-scrollbar {
    width: 5px;
}

#hydro .hydro-info .overflow::-webkit-scrollbar-track {
    background: #eee;
}

#hydro .hydro-info .overflow::-webkit-scrollbar-thumb {
    background: #1e1c37;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#hydro .hydro-info .overflow::-webkit-scrollbar-thumb:hover {
    background: #1e1c37;
}
    
#hydro .hydro-info .contenu .block
{
    width: 90%;
    height: 350px;
    margin: 3%;
    padding-top: 1%;
    
}

#hydro .hydro-info .contenu .block .center
{
    width: 95%;
    margin: auto;
    white-space: normal;
}
}

#hydro .hydro-france
{
    padding-top: 0.5%;
    padding-bottom: 1%;
}

@media screen and (max-width: 820px)
{
#hydro .hydro-france
{
    width: 90%;
    margin: auto;
    
}

#hydro .hydro-france .boutons .bouton
{
    font-size: 15pt;
}
}

#hydro .hydro-chiffres
{
    padding-top: 1.5%;
}

#hydro .hydro-chiffres .icones-1
{
    text-align: center;
}

#hydro .hydro-chiffres .icones-1 .block
{
    width: 22%;
    min-height: 240px;
    margin: 1%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 15px 15px rgba(0,0,0,0.3);
    background-color: white;
}

#hydro .hydro-chiffres .icones-1 .block .icone img
{
    max-width: 115px;
}


#hydro .hydro-chiffres .icones-1 .block .chiffre-texte
{
    width: 95%;
    margin: auto;
}

#hydro .hydro-chiffres .icones-1 .block .chiffre-texte p
{
    margin: 0;
}

@media screen and (max-width: 1440px)
{
#hydro .hydro-chiffres .icones-1 .block
{
    min-height: 270px;
}
}

@media screen and (max-width: 820px)
{
#hydro .hydro-chiffres .icones-1 .block
{
    padding-top: 0%;
    padding-bottom: 15px;
    min-height: 200px;
}

#hydro .hydro-chiffres .icones-1 .block
{
    width: 95%;
}

#hydro .hydro-chiffres .source
{
    text-align: center;
}
}

#hydro .hydro-chiffres .icones-2
{
    text-align: center;
    padding-bottom: 2%;
}

#hydro .hydro-chiffres .icones-2 .block
{
    width: 17%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: white;
}

#hydro .hydro-chiffres .icones-2 .block .icone img
{
    width: 150px;
}

#hydro .hydro-chiffres .icones-2 .block .chiffre-texte p
{
    margin: 0;
}

@media screen and (max-width: 820px)
{
#hydro .hydro-chiffres .icones-2 .block
{
    width: 45%;
    min-height: 235px;
    border: 1px dotted white;
}
}
/* Hydro */


/* Actualités */
#actualites
{
    text-align: center;
}

#actualites .block
{
    width: 35%;
    height: 375px;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: rgba(28,104,156,0.65);
    border-radius: 30px;
}

#actualites .block:hover
{
    box-shadow: 5px 15px 15px rgba(0,0,0,0.3);
}

#actualites .block img
{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.3;
    object-fit: cover;
}

#actualites .block .block-date-titre
{
    position: absolute;
    bottom: 15%;
    left: 7%;
    z-index: 2;
    text-align: left;
    
}
#actualites .block .titre
{
    margin-bottom: 5%;    
}

#actualites .block .titre a
{ 
    font-family: montserrat-semibold;
    color: white;
}

#actualites .block .date
{
    display: inline;
    padding: 1%;
    color: white;
    background-color: #1e1c37;
}

@media screen and (max-width: 820px)
{
#actualites .block
{
    width: 95%;
    min-height: 200px;
    margin: 1%;
}
}

/* Details */
#actualites .details
{
    margin-top: 2%;
    margin-bottom: 2%;
}

#actualites .details .image
{
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#actualites .details .image img
{
    object-fit: cover;
    width: 100%;
}

#actualites .details .texte
{
    width: 60%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
}

#actualites .details .texte .date
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    background-color: #1e1c37;
    color: white;
}

#actualites .details .texte .date a
{
    color: white;
}

@media screen and (max-width: 820px)
{
#actualites .details .image
{
    width: 95%;
}

#actualites .details .texte
{
    width: 100%;
    padding-left: 0%;
}
}
/* Details */
/* Actualités */

/* Contact */
#contact
{
    margin-bottom: 5px;
}

#contact .photo
{
    width: 30%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

#contact .photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#contact .block
{
    width: 65%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}

#contact .block .adresse,#contact .block .linkedin
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#contact .block .linkedin
{
    padding-top: 5%;
}

#contact .block .linkedin img
{
    max-width: 50px;
}

#contact .block .gauche, #contact .block .droite
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}


@media screen and (max-width: 820px)
{
#contact .photo
{
    display: none;
}

#contact .block
{
    width: 90%;
}

#contact .block .adresse,#contact .block .linkedin
{
    width: 100%;
}

#contact .block .linkedin .texte
{
    padding-left: 10px;
}

#contact .block .gauche, #contact .block .droite
{
    width: 100%;
    text-align: center;
}

#contact .formulaire div
{
    margin-bottom: 15px;
}
}
/* Contact */

/* Pages */



/* pre-footer */
#pre-footer
{
    width: 100%;
    display: table;
}

#pre-footer .block
{
    display: table-cell;
    width: 50%;
}

#pre-footer img
{
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
/* pre-footer */

/* Footer */
#footer
{
    background-color: #1E1C37;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    display: table;
    width: 100%;
}

#footer a
{
    color: white;
    text-decoration: underline;
}

#footer .block
{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 820px)
{
#footer .block
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
}
    
#footer .block img
{
    max-width: 125px;
}
}

.credits
{
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: white;
    text-align: center;
}

/* Footer */
