* {margin: 0;padding: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


@font-face {
    font-family: 'HelveticaNeueLTSTDLight';
    src: url('../contenu/FONT/HelveticaNeueLTStd-Lt.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../contenu/FONT/HelveticaNeueLTStd-Roman.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-MdCn';
    src: url('../contenu/FONT/HelveticaNeueLTStd-MdCn.otf');
}
@font-face {
    font-family: 'texgyreadventor-regular';
    src: url('../contenu/FONT/texgyreadventor-regular.otf');
}


h1{

  font-family:'texgyreadventor-regular';
  font-size:1.6rem;
  font-weight: normal;
  text-align: justify;
}
h2
{ font-family:'texgyreadventor-regular';

  font-size:1.4rem;
  font-weight: normal;
  text-align: justify;
}

h3{
  font-family:'texgyreadventor-regular';

  font-size:1.2rem;
  font-weight: normal;
  text-align: justify;
}
h4{
  font-family:'texgyreadventor-regular';
  font-size:1.1rem;
  font-weight: normal;
  text-align: justify;
}

p
{
  font-family:'texgyreadventor-regular';
  font-size:0.9rem;
  font-weight: normal;
  text-align: justify; 
}
ul
{
  font-family:'texgyreadventor-regular';
  font-size:0.9rem;
  font-weight: normal;
  text-align: justify; 
  list-style-type:none;


}

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

/*style du gabarit*/
body
{
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 100%;
  background-color: rgba(10,10,10,.75);

}

body > div 
{
  width:100%;
  max-width:1280px;
}



header
{
  width: 100%;
  min-height:120px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color:white;
  flex-wrap: wrap;
}

      
header > a
{ 
  margin:30px;
}

header > div
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color:white;
  flex-wrap: wrap;
}

header>h1
{

  font-weight: lighter;
 padding-left: 3px;

      }
nav
{
      width: 100%;
      background-color: #40494e;
      color: white;
}

nav > ul {
            width:100%;
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;


      }


             nav > ul > li {

                  
                  /*flex: 1 3 auto;*/
                  margin: 0;
                  padding: 0;
                  /*position: relative;*/
                  /*transition: all linear 1s;  */

            }
            
                  nav > ul > li:hover {
                        background: rgba(85,98,106,1);
                  }
                  
                  nav > ul > li a + div {
                        background-color:rgba(255,255,255,0.7);
                        border-radius: 0 0 2px 2px;
                        box-shadow: 0 3px 1px rgba(0,0,0,.05);
                        display: none;
                        /*font-size: 0.1rem;*/
                        position: absolute;
                        /*width: 19px*/
                  }
                  
                        nav > ul > li:hover a + div {
                              display: block;
                              z-index:1;
                              color:black;
                        }
                        
                        nav > ul > li a + div > ul {
                              list-style-type: none;  
                        }
                  
                              nav > ul > li a + div > ul > li {
                                    margin: 0;
                                    padding: 0;
                              }
                              
                                    nav > ul > li a + div > ul > li > a {
                                          color: rgba(1,1,1,1);
                                          display: block;   
                                          /*font-size: .75rem;*/
                                          padding: 0.25rem 1.5rem;
                                          text-decoration: none;
                                          font-family:'HelveticaNeueLTSTDLight';
                                          font-size: 1rem;
                                    }
                                    
                                          nav > ul > li a + div > ul > li:hover > a {
                                                background-color: rgba(0,0,0,.55);
                                                color:white;
                                          }
      
                  nav > ul > li > a {
                        align-items: flex-start;
                        color: #fff;
                        display: flex;
                        font-family:'HelveticaNeueLTSTDLight';
                        font-size: 1rem;
                        font-weight: 200;
                        letter-spacing: 1px;
                        /*max-width: 130px;*/
                        padding: 1rem 1.5rem;
                        text-decoration: none;
                        text-shadow: 0 1px 1px rgba(0,0,0,.1);
                        transition: all linear 0.1s;
                  }
                  
                        nav > ul > li > a > div > span {
                              color: rgba(255,255,255,.1);
                              display: block;
                              font-family: Georgia, "Times New Roman", Times, serif;
                              font-size: 1rem;
                              font-style: italic;
                              line-height: 1rem;
                              max-width: 260px;
                        }

section 
{
  width: 100%;

  display: flex;
  flex-direction: column; 
}


/*style de la pagina inicio*/
#sliderddd
{
width: 100%;
min-height: 400px;
background: url("Image/slider-1.jpg") no-repeat top; 
background-size: cover; /* version standardisée */
}

#slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position:relative;
}

#slider .slides {
    display: block;
    width: 1000%;
    height: 100px;
    margin: 0;
    padding: 0;
}

#slider .slides .slide {
    float: left;
    list-style-type: none;
    width: 10%;
    height: 100px;
}

#slider .slides .slide > img
{
  position:absolute;

  width:100%;
  top:50%;
  transform: translateY(-50%);
}

#slider #buttonRight
{
  position: absolute;
  color:white;
  font-size: 60px;
  right:12px;
  top:42%;
  cursor: pointer;
}
#slider #buttonLeft
{
  position: absolute;
  color:white;
  font-size: 60px;
  left:12px;
  top:42%;
  cursor: pointer;
}



#proyectos
{
width: 100%;
min-height: 500px;

background: #e6e9eb url("../contenu/image/fond_projet.png") repeat-y top right ;

display: flex;
flex-direction: column;
      
align-items: center;
justify-content: space-around;
}

#proyectos > h2
{
          
margin-top:50px;
margin-bottom:50px; 
}

.proyecto
{
width:100%;  
display: flex;
flex-direction: row;
      
align-items: center;
justify-content: center;
padding-left: 6%;
padding-right: 300px;
margin-top: 10px;
margin-bottom: 30px;
}

.proyectoFoto
{
align-self: flex-start;
position: relative;
height:160px;
top:-10px;
}

.proyectoFoto > p
{

position: absolute;
z-index:3 ;
top: 20px;
left:40px;
/*font-style: normal;*/
font-size:1.5rem;
font-weight: normal;
color:white;
}

.proyectoFoto > div > a
{

position: relative;
z-index:3 ;
top: -135px;
left:30px;
/*font-style: normal;*/
font-size:1.5rem;
font-weight: normal;
}


.proyectoDesc
{
align-self: flex-start;
width:100%;  
display: flex;
flex-direction: column;
      
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
}

.proyectoDesc > a 
{
width:100%;  
display: flex;
flex-direction: column;
      
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
}


.proyectoDesc > a > h3
{
font-weight: normal;
text-align: justify;
margin-bottom: 10px;
margin-right:30px;
margin-bottom:20px;
align-self: stretch;
}


.proyectoDesc > a > p
{

font-weight: normal;
text-align: justify;
margin-right:30px;
align-self: stretch;
}



#proyectos > #lien-actu > a
{
      
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
margin-top:50px;
margin-bottom:50px; 
}

#proyectos > #lien-actu > a > h4
{
margin-left: 8px;
text-align: center;
/*font-style: normal;*/
font-size:1rem;
font-weight: normal;
}

#sectores
{
width: 100%;
min-height: 500px;
padding-left: 15%;
padding-right: 15%;
background: #ffffff url("../contenu/Image/fond-sectores.png") no-repeat top left;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;

}


#sectores > h2
{  
margin-top:50px;
margin-bottom:50px;  
}


#sectores > div
   {     
            min-width: 50%;
            align-self: stretch;
}


#liens-secteurs
{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
}



.lien-secteur 
{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
    margin:30px;
}

.lien-secteur  > a 
{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.lien-secteur > a > p
{
  /*font-style: normal;*/
  font-size:1.3em;
  font-weight: normal;
  margin-left: 10px;
}


#quien
{
width: 100%;
min-height: 485px;
background: #f3f3f3 url("../contenu/Image/fond-quien.png") no-repeat top left;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;

}

#quien > h2
{

margin-top:50px;
margin-bottom:50px; 
}



#quien > p
{     
    
    min-width:40%;

    text-align: justify;
    padding-left: 30%;
    padding-right: 15%;
    align-self: stretch;
}

#lien-quien > a
{
      display: flex;
      flex-direction: row;
      
      align-items: center;
      justify-content: center; 
      margin-top:50px;
margin-bottom:50px; 
}



#lien-quien > a> h4
{
  margin-left: 3px;
  text-align: center;
            /*font-style: normal;*/
            font-size:1em;
            font-weight: normal;
}

#empleo
{
width: 100%;
min-height: 466px;
background: #b6babe url("../contenu/Image/fond-empleo.png") no-repeat top right;


      display: flex;
      flex-direction: column;
      
      align-items: center;
      justify-content: space-around;

}

#offres
{
      width: 80%;
      display: flex;
      flex-direction: column;
      
      align-items: stretch;
      justify-content: stretch;

}



.offre
{
      display: flex;
      flex-direction: row;
      
      align-items: stretch;
      justify-content: center;
}



.offre > .offreTitre
{
  text-align: center;
  width:80%;
  border: 1px  black solid;
  background-color:#ffffff;
      display: flex;
      flex-direction: row;
      
      align-items: center;
      justify-content: center;
}

.offre > .offreLien > a
{
      background-color: #40494e;
      border: 1px  black solid;
      display: flex;
      flex-direction: row;
      color:white;
      align-items: center;
      justify-content: center;

}

.offre > .offreLien > a > h4
{
  margin-left: 10px ;
  margin-right: 10px; 
}

#lien-offre > a 
{
      display: flex;
      flex-direction: row;
      
      align-items: center;
      justify-content: center; 
}



#lien-offre > a> h4
{
  margin-left: 3px;
  text-align: center;
            /*font-style: normal;*/
            font-size:1em;
            font-weight: normal;
}

footer 
{
width: 100%;
min-height: 85px;
background-color: #40494e;
color:white;

/* instaure la flexbox */
display: -webkit-flex;
-webkit-flex-direction: row;
justify-content: space-around;

display: flex;
flex-direction: row;
align-items: center;
}
footer > p
{
            /*font-style: normal;*/
            font-size:1em;
            font-weight: normal;


}

/*partie CSS de la pagina uso.php condiciones de uso*/
#condiciones
{
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 100%;
  background-color: white;
}

#condiciones >h2
{
margin-top: 20px;
margin-left:10px;
align-self: stretch;
}

#condiciones >p
{
margin-top: 10px;
margin-left:30px;
margin-right:30px;
margin-bottom: 10px;
align-self: stretch;
}

/* partie CSS de la pagina Transporte.php*/
#transporte-description
{
width: 100%;
min-height: 400px;

background-color: #ffffff;
display: flex;
flex-direction: row; 
align-items: center;
justify-content: space-between;


}

#transporte-description-logo
{
   margin-left:30px;
}

#transporte-description-texte
{
  max-width: 60%;
  text-align: justify;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}


#transporte-description-texte > p
{
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: stretch;
}

#transporte-description-texte > ul
{
color:#e64229;
margin-left: 50px;
}
#transporte-description-texte > ul > li {
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_transport.png");  on affiche l'image souhaitée
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
  list-style-type:disc;
  color:#e64229;

    margin: 2px;
}
#transporte-description-texte > ul > li > span
{
color:black;
}


#transporteStrategie
{
width: 100%;
min-height: 400px;
background-color: #e64229;
display: flex;
flex-direction: column;    
align-items: center;
justify-content: space-around;
padding:20px;
padding-top:0px;
}



.transporteStrategieDescTitulo
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: flex-start;
color:#40494e;
margin:20px;
margin-top: 60px;
}

.transporteStrategieDescTitulo >img
{
  margin-right:10px;
}

.transporteStrategieDescDet
{
color:white;
margin-left:80px;
}

.transporteStrategieDescDet >ul>li
{
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_transport_blanc.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
    margin: 5px;
    list-style-type:disc;
    color:white;
}

#transporteStrategieBoutons
{

width: 80%;
min-height: 100px;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
margin-top: 20px;
}

.transporteStrategieBouton
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#e64229;

}

.transporteStrategieBouton > a
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#e64229; 
}

.transporteStrategieBouton > a > img
{
position:absolute; 
}
.transporteStrategieBouton >a > p
{
position:absolute;

}

#transporteProjets2
{
width: 100%;
min-height: 700px;
background-color: #ffffff;
display: flex;
flex-direction: column;     
align-items: center;
justify-content: space-around;
color:black;
/*box-shadow: 0px -4px 3px #ccc;*/
background: #e7e8ec url("../contenu/image/fond_projet_transport.png") repeat-y top right ;
}

/*css du bandeau secteur bandeauSecteur.php */

#bandeau
{
width: 100%;
min-height: 200px;
background-color: #ffffff;
display: flex;
flex-direction: row;     
align-items: center;
justify-content: space-around;
color:black;
/*box-shadow: 0px -4px 3px #ccc;*/
}

#bandeauSecteurs
{
width: 50%;
display: flex;
flex-direction: row;     
align-items: center;
justify-content: space-between;
}

.bandeauSecteursLien >a
{
display: flex;
flex-direction: row;     
align-items: center;
justify-content: space-between;
}

.bandeauSecteursLien >a >img
{
margin:10px;
}



/* partie CSS de la pagina Energia.php*/

#energia-description
{
width: 100%;
min-height: 400px;

background-color: #ffffff;
display: flex;
flex-direction: row; 
align-items: center;
justify-content: space-around;


}

#energia-description-texte
{
  max-width: 60%;
  text-align: justify;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;

}
#energia-description-logo
{
margin-left: 30px;
  }


#energia-description-texte > p
{
  margin-top: 25px;
  margin-bottom: 25px;
   align-self: stretch;
}

#energia-description-texte > ul
{
color:#e64229;
margin-left: 50px;
}
#energia-description-texte > ul > li {
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url("../Contenu/image/puce_transport.png"); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    margin: 2px;
}
#energia-description-texte > ul > li > span
{
color:black;
}


#energiaStrategie
{
width: 100%;
min-height: 400px;
background-color: #41a62a;
display: flex;
flex-direction: column;    
align-items: center;
justify-content: space-around;
padding:20px;
padding-top:0px;

}



.energiaStrategieDescTitulo
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: flex-start;
color:#40494e;
margin:20px;
margin-top: 60px;
}

.energiaStrategieDescTitulo >img
{
  margin-right:10px;
}

.energiaStrategieDescDet
{
color:white;
margin-left:80px;
}

.energiaStrategieDescDet >ul>li
{
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_transport_blanc.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
   
    margin: 5px;
    list-style-type:disc;
    color:white;
}

#energiaStrategieBoutons
{

width: 80%;
min-height: 100px;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
margin-top: 20px;
}

.energiaStrategieBouton
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#41a62a;

}

.energiaStrategieBouton > a
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#41a62a; 
}

.energiaStrategieBouton > a > img
{
position:absolute; 
}
.energiaStrategieBouton >a > p
{
position:absolute;

}

#energiaProjets2
{
width: 100%;
min-height: 100px;
background-color: #ffffff;
display: flex;
flex-direction: column;     
align-items: center;
justify-content: space-around;
color:black;
/*box-shadow: 0px -4px 3px #ccc;*/
background: #e7e8ec url("../contenu/image/fond_projet_energia.png") repeat-y top right ;
padding-top: 20px;
padding-bottom: 20px;
}
  
#energiaProjets2 > h2
{
  margin-bottom: 20px;
}


/*css de la pagina Proyecto Detallado*/
#proyectoDet
{
width: 100%;
min-height: 1192px;
color:black;
background: #e7e8ec url("../contenu/image/fond_projet_transport.png") repeat-y center right ;
display:flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}

#proyectoDetSlider {
    width: 700px;
    height: 400px;
    overflow: hidden;
    position:relative;
    margin-right: 290px;
}

#proyectoDetSlider .slides {
    display: block;
    width: 100000px;
    height: 400px;
    margin: 0;
    padding: 0;
}

#proyectoDetSlider .slide {
    float: left;
    list-style-type: none;
    width: 700px;
    height: 400px;
    text-align:center;

}
#proyectoDetSlider .slide > img
{
    width:100%;
  }


#proyectoDetSlider #buttonRight
{
  position: absolute;
  color:white;
  font-size: 60px;
  right:12px;
  top:42%;
  cursor: pointer;
}
#proyectoDetSlider #buttonLeft
{
  position: absolute;
  color:white;
  font-size: 60px;
  left:12px;
  top:42%;
  cursor: pointer;
}


#proyectoDet > #proyectoDetFoto
{


}

#proyectoDet > #proyectoDetDescSim
{
width: 100%;
padding-left: 100px;
padding-right: 300px;
padding-top:30px;
display:flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;

}

#proyectoDet > #proyectoDetDescSim > .proyectoFoto {

margin-right:10px;
}

#proyectoDet > #proyectoDetDescCom
{
  position:relative;
}


#proyectoDet > #proyectoDetDescCom > p 
{
padding-left: 120px;
padding-right: 290px;
}

#proyectoDet > #proyectoDetDescCom > p > img 
{
float:right;

}


#lien-projet
{
min-height: 220px;
background: #ffffff;
display:flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

#lien-projet > h4
{
 margin-left: 30px; 
}





/*css de la pagina Quien somos*/

#quien-somos
{
  width:1280px;
  height:1700px;
  position:relative;
  background: url("Image/fond_quien.png") no-repeat top center;
background-size: cover;
  background-color:#f3f3f3;
  text-align: justify;
}

.quien-desc
{
  position:absolute;
  width:600px;
  left:315px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;


}
.quien-desc >h2
{
  margin-top:20px;
  margin-bottom: 7px;
}




.quien-desc > p
{
  margin-top:10px;
  margin-bottom: 10px;
  text-align: justify;
   align-self: stretch;
}
.quien-desc >ul
{
  margin-top:10px;
  margin-bottom: 10px;
  margin-left: 50px;
  font-weight: bold;
  align-self:flex-start;

}
.quien-desc >ul >li
{
list-style-type: disc;

}


#quien-mission
{

top:150px;
}



#quien-equipo
{
display:none;
top:1150px;
}



#quien-obj
{
top:600px;
}

#quien-estrategia
{
top:800px;

}
#quien-valores
{
top:1020px;

}
#quien-contacto
{
top:1400px;
}
/*css de la pagina Empleos */

#empleos
{
width: 100%;
background: #f3f3f3;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; 
}

#empleoIntroduction
{
   min-height:400px;
   width: 100%;
  background: url("Image/fond_emploi.png") no-repeat center;
background-size: cover;
}

#empleoIntroduction > div
{
margin:7%;
min-height:250px;
background-color:rgba(255,255,255,0.8);

display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; 
text-align: justify;
padding-left:20px;
padding-right:20px;
 border-width:2px;
 border-style:solid;
 border-color:white;
 border-radius: 30px;

}
#empleoIntroduction > div >div
{
 width:100%;
 display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; 
text-align: justify; 
}



#empleoIntroduction > div > div >h2
{
}
#empleoIntroduction > div > div > p
{

   align-self: stretch;
 }
.empleo
{
  min-height:300px;
 width: 100%;
background: #f3f3f3;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-around;
padding:20px;
}
.empleo:nth-child(even) {
  background: #fff;
}
.empleo:nth-child(odd) {
  background: #f2f2f2;
}

.empleoTitulo
{
  max-width: 90%;
display: flex;
flex-direction: row;
align-items: center;
justify-content:flex-start;
margin-left: 20px;
}

.EmpleoDesc1
{
width:50%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
margin-left: 70px;
margin-right: 70px;
padding:20px;
}

.EmpleoDesc2
{
width:75%;
justify-content: space-around;
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-left: 70px;
margin-right: 70px;
}

.EmpleoDesc2Foto
{
position:absolute; 
}

.emploi_triangle
{
  margin-left:-75px;
  margin-bottom: 4px;
}

.EmpleoDesc2 > #EmpleoDescDet
{
  margin-left:150px;
}

.EmpleoDesc2 > #EmpleoDescDet >h3
{
  margin-top:10px;
  margin-bottom:10px;
}
.EmpleoDesc2 > #EmpleoDescDet >ul
{
  margin-left:30px;
}

.EmpleoDesc2 > #EmpleoDescDet >ul >li
{
  list-style-type: disc;
}

#empleo-formulario
{
 background-color:  #d5d9db;
 min-height:200px;
 display: flex;
flex-direction: column;     
align-items: center;
justify-content: center;

}
#empleo_correo
{
 font-family:'texgyreadventor-regular';

  font-size:1.4rem;
  font-weight: normal;
  text-align: justify;
  color:red;
}
/* page transport Service*/

#transporteServicios
{
width:100%;
display: flex;
flex-direction: column;     
align-items: center;
justify-content: center;
background-color: #7f7f7f;
height:700px;
}

#transporteServiciosPic
{
width:1024px;
height:600px;
position:relative;
background-color:white;

}


.cycle
{
position:absolute;
display:none;

}

.descNum
{
  position:absolute;
  height:50px;
  width:100px;
  color:grey;
  text-align: left;
}

.descNum > p
{
  font-size:0.5rem;
  text-align: left;
}

#desc0
{
  left:100;
  top: 210;
}

#desc1
{
  left:220;
  top: 230;
}

#desc2
{
  left:240;
  top: 290;
}

#desc3
{
  left:275;
  top: 335;
}

#desc4
{
  left:295;
  top: 385;
}

#desc5
{
  left:480;
  top: 460;
  text-align: center;
}

#desc6
{
  left:650;
  top: 385;
}

#desc7
{
  left:670;
  top: 335;
}

#desc8
{
  left:700;
  top: 280;
}

#desc9
{
  left:720;
  top: 230;
}

#desc10
{
  left:860;
  top: 210;
}

.descGroup
{
  color:white;
  width:175px;
  height:62px;
  cursor:pointer;
 position:absolute;
display:none;
}

.descGroup > img
{
  position:absolute;
}


.descGroup .descGroupText
{
position:relative;
width:80%;
left:54%;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateX(-50%) translateY(-50%);
}

.descGroup .descGroupText > p
{
font-size: 0.6rem;
}
.descGroup .descGroupText > ul
{
  font-size: 0.6rem;
}

#group1
{
left:65;
top:75;
}
#group2
{
left:65;
top:330;
}
#group3
{
left:425;
top:500;
}
#group4
{
left:800;
top:330;
}
#group5
{
left:800;
top:75;
}
#group6
{
left:425;
top:45;
}

#fenetreModal
{
  position:absolute;
  width:1024px;
  height:600px;
  background-color: white;
  z-index:1;
  display:none;
  opacity:0.97;
  text-align: justify;
  color:white;
      left:50%;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateX(-50%) translateY(-50%);
}



#fenetreModal > #descDet
{
    position:absolute;
     width:700px;
  height:auto;
    opacity:1;
  color:white;
    left:50%;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateX(-50%) translateY(-50%);
    padding:25px;
padding-top:0px;
    
    background-color: #94999d;
}

#fenetreModal > #descDet > h2
{

  font-size:1.1rem;
  font-weight: bold;
  text-align: justify;
  margin-top:30px;
}
#fenetreModal  > #Fermer
{
  position:absolute;
  top:15px;
  right:20px;
  cursor:pointer;
      opacity:1;
      color:#94999d;
z-index: 3;

}
#fenetreModal  >#descDet> #Fermer >p
{
 font-weight: bold;
font-size: 1rem; 
}

#fenetreModal > #descDet > p
{

  font-size:0.8rem;
  font-weight: normal;
  text-align: justify;
  margin-top:10px;
  margin-bottom:10px;
}
#fenetreModal > #descDet > ul
{
  font-size:0.8rem;
  font-weight: normal;
  text-align: justify;
  color:#e64229;
}
#fenetreModal > #descDet > ul> li
{
  list-style-type:disc;
  margin-left: 30px;

}
#fenetreModal > #descDet > ul> li >span
{
  color:white;

}



#transporteProjets3
{
width: 100%;
min-height: 100px;
background-color: #ffffff;
display: flex;
flex-direction: column;     
align-items: center;
justify-content: space-around;
/*box-shadow: 0px -4px 3px #ccc;*/
background: #e7e8ec url("../contenu/image/fond_projet.png") repeat-y top right ;
}

#transporteProjets3 > h2
{
margin-top: 20px;
margin-bottom: 20px;
}
/*page Transport Competence*/

#transporteCompetencias
{
width:100%;
min-height:500px;
display:flex;
flex-direction: column;
background-color: #e64229;
justify-content: center;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}

#transporteCompetenciasBlocDesc
{
width:100%;
background-color: #e64229;
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
position:relative;
}


#competencias
{
min-width:40%;
display:flex;
flex-direction: column;     
align-items: all;
justify-content: space-between;
}


#competenciaDesc
{
 width:40%;
background-color: white;
display:none;
padding:40px;
color:black;

}


.competencia
{

 padding: 3px;
 margin:15px;
 min-height:50px;
 text-align: center;
 color:white;
 display:flex;
flex-direction: row;     
align-items: center;
justify-content: flex-start;
cursor:pointer;
background: #94999d url("../contenu/image/triangle_rouge.png") no-repeat center left 15px; 
min-height:50px;
}


.competencia >img
{
  margin-right: 10px;
  margin-left: 10px;
}
.competencia >p
{
  text-align: justify;
 font-size:0.8rem;
 margin-left: 60px;

}

#competenciaDesc > p
{
  font-size:0.8rem;
}
#competenciaDesc > ul
{
  margin:10px;
  color:#e64229;
  font-size: 0.8rem;
  margin-left: 20px;

}
#competenciaDesc > ul > li {
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_transport.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
    margin: 2px;
    list-style-type: disc;
}
#competenciaDesc > ul >li> span {
color:black;
}

#transporteCompetenciaFoto
{
 width:90%;
padding:20px;
color:white;
display:flex;
flex-direction: row;
align-items: center;
justify-content:center;
flex-wrap: wrap;
position:absolute;
visibility:hidden;

}

#transporteCompetenciaFoto > img
{
height: 20%;

width:auto;
padding:10px;
}

/*page Energia Competence*/

#energiaCompetenciasBloc
{
width:100%;
min-height:500px;
display:flex;
flex-direction: column;
background-color: #41a62a;
justify-content: center;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}

#energiaCompetenciasBlocDesc
{
  width:100%;
background-color: #41a62a;
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
position:relative;
}

#energiaCompetencias
{

min-width:40%;
display:flex;
flex-direction: column;     
align-items: all;
justify-content: space-between;
}

#energiaCompetenciaDesc
{

 width:40%;
background-color: white;
display:none;
padding:40px;


}

#energiaCompetenciaFoto
{
 width:90%;
padding:20px;
color:white;
display:flex;
flex-direction: row;
align-items: center;
justify-content:center;
flex-wrap: wrap;
position:absolute;
visibility:hidden;

}
#energiaCompetenciaFoto > img
{
height: 20%;
width:auto;
padding:10px;
}

.energiaCompetencia
{

 padding: 3px;
 margin:15px;
min-height:50px;
 text-align: center;
 color:white;
 display:flex;
flex-direction: row;     
align-items: center;
justify-content: flex-start;
cursor:pointer;
background: #94999d url("../contenu/image/triangle_vert.png") no-repeat center left 15px; 
min-height:50px;
}

.energiaCompetencia >img
{
  margin-right: 10px;
  margin-left: 10px;
}

.energiaCompetencia >p
{
  text-align: justify;
 font-size:0.8rem;
 margin-left: 60px;
}

#energiaCompetenciaDesc > ul
{
    margin:10px;
  color:#41a62a;
  font-size: 0.8rem;
  margin-left: 20px;
}

#energiaCompetenciaDesc > ul > li {
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_energie.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
    margin: 2px;
    list-style-type: disc;
}

#energiaCompetenciaDesc > ul >li> span {
color:black;
}
#energiaCompetenciaDesc > p
{
  font-size:0.8rem;
}

/* partie CSS de la pagina Telecom.php*/

#telecom-description
{
width: 100%;
min-height: 400px;

background-color: #ffffff;
display: flex;
flex-direction: row; 
align-items: center;
justify-content: space-around;


}

#telecom-description-logo
{
  margin-left: 30px;
}

#telecom-description-texte
{
  max-width: 60%;
  text-align: justify;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

#telecom-description-texte > p
{
  margin-top: 25px;
  margin-bottom: 25px;
   align-self: stretch;
}

#telecom-description-texte > ul
{
color:#e64229;
margin-left: 50px;
}
#telecom-description-texte > ul > li {
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url("../Contenu/image/puce_transport.png"); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    margin: 2px;
}
#telecom-description-texte > ul > li > span
{
color:black;
}


#telecomStrategie
{
width: 100%;
min-height: 400px;
background-color: #2da3ca;
display: flex;
flex-direction: column;    
align-items: center;
justify-content: space-around;
padding:20px;
padding-top:0px;

}



.telecomStrategieDescTitulo
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: flex-start;
color:#40494e;
margin:20px;
margin-top: 60px;
}

.telecomStrategieDescTitulo >img
{
  margin-right:10px;
}

.telecomStrategieDescDet
{
color:white;
margin-left:80px;
}

.telecomStrategieDescDet >ul>li
{
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_transport_blanc.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
   
    margin: 5px;
    list-style-type:disc;
    color:white;
}

#telecomStrategieBoutons
{

width: 80%;
min-height: 100px;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
margin-top: 20px;
}

.telecomStrategieBouton
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#2da3ca;

}

.telecomStrategieBouton > a
{
width: 100%;
display: flex;
flex-direction: row;    
align-items: center;
justify-content: center;
color:#2da3ca; 
}

.telecomStrategieBouton > a > img
{
position:absolute; 
}
.telecomStrategieBouton >a > p
{
position:absolute;

}

#telecomProjets2
{
width: 100%;
min-height: 150px;
background-color: #ffffff;
display: flex;
flex-direction: column;     
align-items: center;
justify-content: space-around;
color:black;
/*box-shadow: 0px -4px 3px #ccc;*/
background: #e7e8ec url("../contenu/image/fond_projet_telecom.png") repeat-y top right ;
padding-top:20px;
padding-bottom:20px;
}

#telecomProjets2 > h2
{
 margin-bottom:10px; 
}

/*page Telecom Competence*/

#telecomCompetenciasBloc
{
width:100%;
min-height:500px;
display:flex;
flex-direction: column;
background-color: #2da3ca;
justify-content: center;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
}

#telecomCompetenciasBlocDesc
{
  width:100%;
background-color: #2da3ca;
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
position:relative;
}

#telecomCompetencias
{

min-width:40%;
display:flex;
flex-direction: column;     
align-items: all;
justify-content: space-between;
}

#telecomCompetenciaDesc
{

 width:40%;
background-color: white;
display:none;
padding:40px;
color:black;

}

#telecomCompetenciaFoto
{
 width:90%;
padding:20px;
color:white;
display:flex;
flex-direction: row;
align-items: center;
justify-content:center;
flex-wrap: wrap;
position:absolute;
visibility:hidden;

}
#telecomCompetenciaFoto > img
{
height: 20%;
width:auto;
padding:15px;
}

.telecomCompetencia
{

 padding: 3px;
 margin:15px;
min-height:50px;
 text-align: center;
 color:white;
 display:flex;
flex-direction: row;     
align-items: center;
justify-content: flex-start;
cursor:pointer;
background: #94999d url("../contenu/image/triangle_bleu.png") no-repeat center left 15px; 
min-height:50px;
}
.telecomCompetencia >img
{
  margin-right: 10px;
  margin-left: 10px;
}
.telecomCompetencia >p
{
  text-align: justify;
 font-size:0.8rem;
 margin-left: 60px;
}
#telecomCompetenciaDesc > ul
{
    margin:10px;
  color:#2da3ca;
  font-size: 0.8rem;
  margin-left: 20px;
}
#telecomCompetenciaDesc > ul > li {
    /*list-style-type: none;  on annule la puce par défaut 
    background-image: url("../Contenu/image/puce_energie.png");  on affiche l'image souhaitée 
    background-repeat: no-repeat;  on annule la répétition par défaut 
    background-position: left center;  on positionne où l'on veut 
    padding-left: 20px;  pour éviter la superposition du contenu */
    margin: 2px;
    list-style-type: disc;
}

#telecomCompetenciaDesc > ul >li> span {
color:black;
}
#telecomCompetenciaDesc > p
{
  font-size:0.8rem;
}