
/*4 cartes sur le côté droit de la page de <<devenir partenaire>>.................................................................................................................................................devenir partenaire界面的中右侧的卡片*/


.card{
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 1%;
  border-radius: 25px;
  background: rgba(0,0,0,0.5);	
  height: auto;
  width: 45%;

}


.card h5.card-header{
  color: white;
  text-align: center;

}

.card .card-body img{

width: 100%;
height: 100%;

}

.card .card-text{

color: white;
font-size: 0.7em;
word-break: break-all;


}




div#form_container1
{
  
	padding:15px 15px;
  border-radius: 25px;
	margin-top:2%; 
  margin-bottom:2%;
  
  
  
	background: rgba(0,0,0,0.5);	
	color:#fff;
}














/* 3 cercles dans la page <<Valeurs>>.........................................................................................................................................................;界面的中波浪球*/

#valeur1, #valeur3{

  margin-top:30px; 
  margin-bottom: 300px; 
  justify-content:center; 
  display:flex;
}


#valeur2{
  margin-top:300px; 
  margin-bottom: 30px; 
  justify-content:center; 
  display:flex;
}


.sea {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: whitesmoke;
  background-image: linear-gradient(darkblue, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.sea p.t{

  color: white;
  font-size: 1.2em;
  font-family: serif;
  padding-top: 15%;
  padding-left: 34%;
  word-break:normal;
  position: absolute;
  z-index: 1;

}

.sea p.tEnvironnement{

  color: white;
  font-size: 1.2em;
  font-family: serif;
  padding-top: 15%;
  padding-left: 26%;
  
  word-break:normal;
  position: absolute;
  z-index: 1;

}




.sea p.title {

  color: white;
  font-size: 90%;
  font-family: serif;
  
  padding-top: 16%;
  padding-left: 15%;
  padding-right: 10%;
  word-break:normal;
  position: absolute;
  z-index: 1;

}


.sea .wave {
  position: absolute;
  top: -140px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: deepskyblue;
  border-radius: 44%;
  filter: opacity(0.4);
  animation: drift linear infinite;
}

.sea .wave:nth-of-type(1) {
  animation-duration: 5s;
  transform-origin: 48% 50%;
}

.sea .wave:nth-of-type(2) {
  animation-duration: 7s;
  transform-origin: 50% 49%;
}

.sea .wave:nth-of-type(3) {
  animation-duration: 9s;
  transform-origin: 52% 48%;
  background-color: orangered;
  filter: opacity(0.1);
}

@keyframes drift {
  from {
      transform: rotate(360deg);
  }
}




/*Gestion des écrans de moins de 600 pixels par la <<page Valeurs>> .........................................................................................................................................................................;Valeurs界面小于600px的屏幕.................................................................................................................................*/



@media screen and (max-device-width: 600px) {

  #valeur1, #valeur2, #valeur3{
    margin-top:30px; 
    margin-bottom: 30px; 
    justify-content:center; 
    display:flex;
  }


  .sea {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: whitesmoke;
    background-image: linear-gradient(darkblue, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
  }
  
  .sea p.t{
  
    color: white;
    font-size: 1.2em;
    font-family: serif;
    padding-top: 15%;
    padding-left: 30%;
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  .sea p.tEnvironnement{
  
    color: white;
    font-size: 1.2em;
    font-family: serif;
    padding-top: 13%;
    padding-left: 22%;
    
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  
  
  
  .sea p.title {
  
    color: white;
    font-size: 80%;
    font-family: serif;
    
    padding-top: 15%;
    padding-left: 14%;
    padding-right: 10%;
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  
  .sea .wave {
    position: absolute;
    top: -250px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: deepskyblue;
    border-radius: 44%;
    filter: opacity(0.4);
    animation: drift linear infinite;
  }
  
  .sea .wave:nth-of-type(1) {
    animation-duration: 5s;
    transform-origin: 48% 50%;
  }
  
  .sea .wave:nth-of-type(2) {
    animation-duration: 7s;
    transform-origin: 50% 49%;
  }
  
  .sea .wave:nth-of-type(3) {
    animation-duration: 9s;
    transform-origin: 52% 48%;
    background-color: orangered;
    filter: opacity(0.1);
  }
  
  @keyframes drift {
    from {
        transform: rotate(360deg);
    }
  }
  
  


}








/*La page <<Valeurs>> gère les écrans plus grands que 600px et inférieurs à 1024................................................................................................................................................................................................Valeurs界面大于600px，小于1024的屏幕.................................................................................................................................*/

@media screen and (min-width: 600px) and (max-device-width: 1024px){


  .sea {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: whitesmoke;
    background-image: linear-gradient(darkblue, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  
  .sea p.t{
  
    color: white;
    font-size: 1.2em;
    font-family: serif;
    padding-top: 15%;
    padding-left: 26%;
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  .sea p.tEnvironnement{
  
    color: white;
    font-size: 1.2em;
    font-family: serif;
    padding-top: 16%;
    padding-left: 12%;
    
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  
  
  
  .sea p.title {
  
    color: white;
    font-size: 80%;
    font-family: serif;
    
    padding-top: 15%;
    padding-left: 14%;
    padding-right: 10%;
    word-break:normal;
    position: absolute;
    z-index: 1;
  
  }
  
  
  .sea .wave {
    position: absolute;
    top: -140px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: deepskyblue;
    border-radius: 50%;
    filter: opacity(0.4);
    animation: drift linear infinite;
  }
  
  .sea .wave:nth-of-type(1) {
    animation-duration: 5s;
    transform-origin: 48% 50%;
  }
  
  .sea .wave:nth-of-type(2) {
    animation-duration: 7s;
    transform-origin: 50% 49%;
  }
  
  .sea .wave:nth-of-type(3) {
    animation-duration: 9s;
    transform-origin: 52% 48%;
    background-color: orangered;
    filter: opacity(0.1);
  }
  
  @keyframes drift {
    from {
        transform: rotate(360deg);
    }
  }
  








}




/*Le traitement en trois cercles de la page de <<Valeurs>> se termine.....................................................................;;;;;Valeurs界面的中波浪球.................................................................................................................................*/









  img#logoprincipale{
    margin-top:100px;
    margin-bottom:100px;
    }


  


div .img-responsive{

    margin-left: auto; 
    margin-right:auto; 
    display:block;

}



.TitrePrincipale, .paragraphePrincipale{

    text-align:center;
    }




    
  


/*titreMentionLégale,titre de valeurs*/

@media (any-hover: hover){
#titrePrincipale, h3#values,h3#titreMentionLégale{
  

  color:green;
  transition: 1s;

}



h3#values:hover{

  text-shadow: 0 0 .1em, 0 0 .3em;

}
h3#titreMentionLégale:hover{

  text-shadow: 0 0 .1em, 0 0 .3em;

}



#titrePrincipale:hover{

  text-shadow: 0 0 .1em, 0 0 .3em;

}


}



/*navbar test
nav.navbar{
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:green;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

*/


.carousel-item h4{

  color: green;
}




/*footer pour toutes les pages*/

.footer-light{
  padding:50px 0;
  color:black;
  background-color:green;

  border-top:green;
  border-right:none;
  border-left:none;
  border-bottom:none;
  border-top-width: 0px;
  border-top-style: solid;
}

.footer-light h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-light ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-light ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-light ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-light .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-light .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-light .item.text {
    margin-bottom:0;
  }
}

.footer-light .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-light .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-light .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-light .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255, 255, 255, 0.678);
  margin:0 8px;
  color:black;
  opacity:0.75;
}

.footer-light .item.social > a:hover {
  opacity:0.9;
}

.footer-light .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}







/*form de <<page contact>>*/

#form_container
{
  
	padding:15px 15px;
	margin-top:5%; 
  margin-bottom:5%;
  border-radius: 25px;
  
	background: rgba(0,0,0,0.5);	
	color:#fff;
}



.upload-btn-wrapper 
{
  position: relative;
  overflow: hidden;
  /*Le débordement de propriété CSS définit ce qu'il faut faire lorsque le contenu d'un élément est trop volumineux pour tenir dans le contexte de mise en forme au niveau du bloc................................................................................................................................................CSS属性 overflow 定义当一个元素的内容太大而无法适应 块级格式化上下文 时候该做什么*/
  display: inline-block;
}

.upload-btn-wrapper input[type=file] 
{
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}





/*2eme colone de <<page accueil>> de groupe energyzon*/


p#text-col2-top{
  margin-top:15px;
}

div#lienMenus{

  position:absolute; 
  z-index:2; 
  left:50%; 
  top:50%; 
  margin-left:-105px; 
  /*margin-top:-70px;*/
  margin-top:-160px;
  text-align: center; 
  padding-top: 20px; 
  padding-bottom: 20px;

}

#photo-2eme{
  height: 80%;
  width: 80%;
  margin-top:15px; 
  margin-bottom: 0%;
}

#lienMenu1, #lienMenu4, #lienMenu5{ 
  color: white; 
  font-size: 1.4em;
  -webkit-text-stroke: 1px #46a9da; 
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
}

@media (any-hover: hover){

    .grow:hover {
      transform: scale(1.2); /*Agrandir 1,5 fois==放大1.5倍*/
      transition: all .2s ease-in-out; ; /*Définir le temps de chargement==设置加载时间*/
    }

}




/*----- 4 grandes circles dans la << page accueil >> de groupe energyzon */



/*Texte qui sera masqué==将隐藏的文本*/
#cache1-2 h3, #cache2-2 h3, #cache3-2 h3, #cache4-2 h3{
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: auto;
  margin: 10px 17px;
  padding: 55px 0 0 0;
  height: auto;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  
}





@media (any-hover: hover){
.ih-item {

  margin-top:15px;
  margin-bottom:120px;
 

  margin-right:50px;
  margin-left:50px;


  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 350px;
  height: 350px;
  border: 10px solid #ffe61a;
  border-right-color: #129217;
  border-bottom-color: #129217;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.5);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: auto;
  margin: 10px 17px;
  padding: 55px 0 0 0;
  height: auto;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 14px;
  height: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}



.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}



}





/* end ...................................................................................................................................................*/


/* Si la largeur de l'écran est inférieure à 600 pixels (4 grandes circles dans la << page accueil >> de groupe energyzon)*/



@media screen and (max-device-width: 600px) {

 /*les images de les 1ere et 2eme colonnes sont réduits*/
 
 
 div#lienMenus{

  position:absolute; 
  z-index:2; 
  left:52%; 
  top:45%; 
  margin-left:-100px; 
  margin-top:30px; 
  text-align: center; 
  padding-top: 20px; 
  padding-bottom: 20px;

}



#lienMenu1, #lienMenu4, #lienMenu5{ 
  color: white; 
  font-size: 1.2em;
  -webkit-text-stroke: 1px #46a9da; 
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
}




 #lienMenu1, #lienMenu4, #lienMenu5{ 
  color: white; 
  font-size: auto;
  -webkit-text-stroke: 1px #46a9da; 
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
}





 @media (any-hover: hover){
  
  .ih-item {

    margin-top:30px;
    margin-bottom:130px;

    
    margin-right:auto;
    margin-left:auto;
  
  
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .ih-item,
  .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ih-item a {
    color: #333;
  }
  .ih-item a:hover {
    text-decoration: none;
  }
  .ih-item img {
    width: 100%;
    height: 100%;
  }
  
  .ih-item.circle {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }
  .ih-item.circle .img {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }
  .ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .ih-item.circle .img img {
    border-radius: 50%;
  }
  .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .ih-item.circle.effect1 .spinner {
    width: 260px;
    height: 260px;
    border: 10px solid #ffe61a;
    border-right-color: #129217;
    border-bottom-color: #129217;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
  }
  .ih-item.circle.effect1 .img:before {
    display: none;
  }
  .ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
  }
  .ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .ih-item.circle.effect1 .info p {
    color: #fff;
    padding: 10px 5px;
    
    margin: 0 30px;
    font-size: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ih-item.circle.effect1 a:hover .info {
    opacity: 1;
  }
  
  
  /*le image de la deuxième colonne sont réduits*/
 

  img#photo-2eme{
    
    
    width: auto;
    height: auto;


  }






  img { 
    -ms-interpolation-mode: bicubic; 
  }



}


/* si la machine (<600px) n'a pas souris (4 grandes circles dans la << page accueil >> de groupe energyzon)........................................................................................*/


div#lienMenus{

  position:absolute; 
  z-index:2; 
  left:50%; 
  top:50%; 
  margin-left:-85px; 
  margin-top:-70px; 
  text-align: center; 
  padding-top: 20px; 
  padding-bottom: 20px;

}

#lienMenu1, #lienMenu4, #lienMenu5{ 
  color: white; 
  font-size: 1.2em;
  -webkit-text-stroke: 1px #46a9da; 
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
}






.ih-item {

  margin-top:30px;
  margin-bottom:130px;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  
}

.ih-item.circle.effect1 .spinner {
  width: 260px;
  height: 260px;
  border: 10px solid #ffe61a;
  border-right-color: #129217;
  border-bottom-color: #129217;
  border-radius: 50%;
 
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.3);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.3);
  
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #fff;
  padding: 10px 5px;
  
  margin: 0 30px;
  font-size: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}


/*le image de la deuxième colonne sont réduits*/


img#photo-2eme{
  
  width: auto;
  height: auto;
}


img { 
  -ms-interpolation-mode: bicubic; 
}





}

















/*...................................................................................................................................................*/

/* Si la largeur de l'écran est inférieure à 1024 pixels et supérieure à 600px (4 grandes circles dans la << page accueil >> de groupe energyzon)*/


@media screen and (min-width: 600px) and (max-device-width: 1024px){


 
  div#lienMenus{

    position:absolute; 
    z-index:2; 
    left:50%; 
    top:50%; 
    margin-left:-62px; 
    margin-top:-50px; 
    text-align: center; 
    font-size: 9px;
    padding-top: 20px; 
    padding-bottom: 20px;
    padding-left: auto;
    padding-right: auto;
  
  }


  #photo-2eme{

    margin-top:20px; 
    margin-bottom:10px;
  }

  div#a4Totale, div#a2Totale{
    margin-bottom:auto;
  }

 div#a3Totale,div#a1Totale{
    margin-top:100px;
    margin-bottom: 300px;
  }
  p#text-col2-top{
    margin-top:100px;

  }


  /*les images de les 1ere et 2eme colonnes sont réduits*/




  @media (any-hover: hover){
  
    .ih-item {

   
    
    margin-right:auto;
    margin-left:auto;
  
  
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .ih-item,
  .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ih-item a {
    color: #333;
  }
  .ih-item a:hover {
    text-decoration: none;
  }
  .ih-item img {
    width: 100%;
    height: 100%;
  }
  
  .ih-item.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .ih-item.circle .img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .ih-item.circle .img img {
    border-radius: 50%;
  }
  .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .ih-item.square {
    position: relative;
    width: 316px;    /* */
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .ih-item.circle.effect1 .spinner {
    width: 210px;
    height: 210px;
    border: 10px solid #ffe61a;
    border-right-color: #129217;
    border-bottom-color: #129217;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
  }
  .ih-item.circle.effect1 .img:before {
    display: none;
  }
  .ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
  }
  .ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 6px;
    margin: 6px 10px;
    padding: 55px 0 0 0;
    height: auto;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .ih-item.circle.effect1 .info p {
    color: #fff;
    padding: 10px 5px;
    
    margin: 8px 20px;
    font-size: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: auto;


    overflow: hidden;             /* Cache le débordement de texte==隐藏溢出部分 */
    text-overflow: ellipsis;      /* Afficher les points de suspension pour représenter le texte masqué==显示省略符号来代表被隐藏的文本 */
    display: -webkit-box;         /* Afficher l'objet en tant que modèle de boîte élastique==将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* Définissez l'ordre de disposition dans la zone sur vertical设置盒子内排列顺序为纵向 */
    -webkit-line-clamp: 2;        /* Limiter le nombre de lignes de texte affichées par les éléments de bloc 限制块元素显示的文本的行数 */

  }
  .ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ih-item.circle.effect1 a:hover .info {
    opacity: 1;
  }
  
  
  /*le image de la deuxième colonne sont réduits*/
 

  img#photo-2eme{
    
    
    width: auto;
    height: auto;


  }


 



  #lienMenu1, #lienMenu4, #lienMenu5{

    font-size: auto;
  }



  img { 
    -ms-interpolation-mode: bicubic; 
  }



}






/* si la machine(<1280 et >600 px) n'a pas souris (4 grandes circles dans la << page accueil >> de groupe energyzon).......................................................................................*/


.ih-item {

  margin-top: auto;
  margin-bottom: auto;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  
}


.ih-item,
  .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ih-item a {
    color: #333;
  }

  .ih-item img {
    width: 100%;
    height: 100%;
  }
  
  .ih-item.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .ih-item.circle .img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }


  .ih-item.circle .img img {
    border-radius: 50%;
  }
  .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
   
  }
  
  .ih-item.square {
    position: relative;
    width: 316px;    /* */
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
   
  }
  
  .ih-item.circle.effect1 .spinner {
    width: 210px;
    height: 210px;
    border: 10px solid #ffe61a;
    border-right-color: #129217;
    border-bottom-color: #129217;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
  }
  .ih-item.circle.effect1 .img:before {
    display: none;
  }
  .ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.3);
  }
  .ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.3);
    
  }
  .ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 6px;
    margin: 6px 10px;
    padding: 55px 0 0 0;
    height: auto;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .ih-item.circle.effect1 .info p {
    color: #fff;
    padding: 10px 5px;
    
    margin: 8px 20px;
    font-size: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: auto;


    overflow: hidden;             /* 隐藏溢出部分 */
    text-overflow: ellipsis;      /* 显示省略符号来代表被隐藏的文本 */
    display: -webkit-box;         /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置盒子内排列顺序为纵向 */
    -webkit-line-clamp: 2;        /* 限制块元素显示的文本的行数 */

  }
  


  
  /*le image de la deuxième colonne sont réduits*/
 

  img#photo-2eme{
    
    
    width: auto;
    height: auto;


  }


 



  #lienMenu1, #lienMenu4, #lienMenu5{

    font-size: auto;
  }



  img { 
    -ms-interpolation-mode: bicubic; 
  }


  #text-col2-top{
    margin-top: auto;
  }


















}