/***********   GENERAL   /***********/

#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
  background-color: #f1f1f1;
  scroll-behavior: smooth;
}

.contenu-page{
  width: 95%;
  margin: auto;
}

img{
  max-width: 100% !important;
  max-height: 100% !important;
  image-orientation: from-image;
  image-orientation: inherit;
  image-orientation: initial;
  image-orientation: unset;
}

a:hover{
  text-decoration: none;
}

.container{
  width: 100%;
  background-color: #f1f1f14d;
  padding-right: 0px;
  padding-left: 0px;
  overflow: auto;
}

.center{
  text-align: center;
}

.inline-block{
  display: inline-block;
}

.right{
  text-align: right;
}

.notablette{
  display: block;
}

/***********   NOEL   /***********/

/*.noelimg{
  margin-bottom: -3.5%;
}

.neolradius{
  background-color: white;
  border-radius: 50px;
}

.noelicone{
  width: 60px;
}


@media only screen and (min-width: 800px){
  .container{
    background-image: url(https://intranet.penet-plastiques.fr/wp-content/themes/themepenet/images/background/noelneige2.png);
    background-repeat: repeat;
    background-size: 100%;
  }
 }*/

/***********   PAGE CONNEXION   /***********/

.container-connexion{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 65%;
  align-items: center;
  margin: 8% auto;
}

.container-connexion #logo-blanc{
  width: 50%;
  max-width: 250px !important;
}

.container-connexion #logo-couleur{
  display: none;
}

.container-connexion input{
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 3% 0;
}

.container-connexion h1{
  color: white;
  font-weight: bold;
  font-family: 'Permanent Marker', cursive;
}

#img-connexion{
  width: 175%;
  max-width: 175% !important;
}

.btnconnexion{
  background-color: #339933; 
  color: white;
  padding: 1% 5%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.btnconnexion:hover{
  background-color: #4cb34c;
}

@media only screen and (max-width: 1600px){

  .container-connexion{
    margin: 15% auto;
  }

}

@media only screen and (max-width: 1300px){

  .container-connexion{
    margin: 15% auto;
  }

}

@media only screen and (max-width: 1100px){

  .container-connexion{
    width: 80%;
  }

  .container-connexion input {
    width: 90%;
  }

  .container-connexion{
    margin: 20% auto;
  }

}

@media only screen and (max-width: 900px){

  .container-connexion{
    width: 100%;
  }

  .container-connexion input {
    width: 100%;
  }

  .notablette{
    display: block;
  }

}

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

  .container-connexion{
    display: block;
    align-items: center;
    margin: 10% 0;
  }

  .container-img-connexion{
    display: none;
  }
  
  .container-form-connexion{
    text-align: center;
  }

  .container-connexion input{
    margin: 3% auto;
  }

  .container-connexion #logo-blanc{
    display: none;
  }

  .container-connexion #logo-couleur{
    display: block;
    width: 50%;
    margin: 5% auto;
  }

  .container-connexion h1{
    color: #339933;
  }

}



/******** HOME ************/

.btn-grad {
  background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA  51%, #77A1D3  100%)
}

.btn-grad {
  margin-top: 2%;
  padding: 5px 30px;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}   




/***********   PAGE PROFIl   /***********/

.page-profil{
  display: grid;
  grid-template-columns: 1fr 1fr ; 
  grid-gap: 50px;
}

.page-profil h2{
  font-size: 22px;
  font-weight: bold;
  color: #09c;
  text-transform: uppercase;
}


.form-control{
  background-color: white !important;
}




/************* CHANTIERS MÉMORABLES **************/

.contenu-chantiers-memorables{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 15px; 
  align-items: center;
  margin-bottom: 75px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.droite hr{
    position: absolute;
    top: -20px;
    right: 0;
    width: 33%;
    border-top: 5px solid #0099cc;
}

.inverse hr{
    position: absolute;
    top: -20px;
    left: 0;
    width: 33%;
    border-top: 5px solid #0099cc;
}

.container-chantiers-memorables h2 {
  font-size: 22px;
  color: #393;
}

.background{
  padding: 25px;
  width: 100%;
}

@media only screen and (max-width: 1150px){

  .contenu-chantiers-memorables{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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



/***************** CONNEXION **************/

#logopenet img{
  margin: 5px 0px 20px 0px;
  width: 25%;
}

.espace_connexion{
  text-align: center;
  margin: 10% 15%;
  padding: 5%;
  background-color: #d6d4d4;
  box-shadow: 0px 0px 10px 2px #888888;
}

.connectionbtn{
  width: 50%;
  color: white;
  text-decoration: none;
  background-color: #0099cc;
  font-size: 18px;
  margin: 5px;
}

#connexion_h2{
  color: white;
}

#connexion_logo{
  width: 25%;
  margin-top: 5%;
  margin-bottom: -5%;
}

@media only screen and (max-width: 700px){

  .espace_connexion {
    text-align: center;
    margin: 0% ;
    padding: 5%;
    background-color: #d6d4d4;
    width: 100%;
    box-shadow: 0px 0px 10px 2px #888888;
  }

  #connexion_logo {
    margin-bottom: 5%;
  }
  
}



/***************** FOOTER **************/

.footer{
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.footerzone{
  width: 24%;
  padding: 0.5%;
  margin: 0 .001%;
  background-color: #0099cc;
  display: inline-block;
}

.footerzone a{
  color: white;
  font-size: 20px;
}

.footerzone a:hover{
  text-decoration:none;
}

.footerzone:hover{
  background-color: #339933;
}

.vl {
  border-left: 3px solid white;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
}