/*header et menus*/

* {
  font-family: roboto, sans-serif;
}

.container-pad{
  padding-right: auto;
  padding-left: 20px;
  margin-right: auto;
  margin-left: 20px;
}

.container-pad-front{
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
}

.center-header {
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  background: rgb(97, 156, 204);
}

.center-header-pad {
 
  background: rgb(198, 200, 201);
}

.epais {
  font-family: 'Righteous', cursive;
  h1 {
    font-family: 'Righteous', cursive;
    font-weight: 400;
    font-size: 50px;

}
}

.pakos {
  font-family: 'Roboto', cursive;

h2 {
  font-family: 'Roboto', cursive;
  font-weight: 400;
  font-size: 70px;
}

}

.pakolinks a{

font-family: 'Righteous', cursive;
  h1 {
    
    font-family: 'Righteous', cursive;
    font-weight: 400;
    font-size: 50px;
}
}
.pakolinks ul{
float: left;
margin-right: 20px;
padding-right: 20px;
}
.pakolinks {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #215ec0;
  font-weight: bold;
}

.center-header a {

  font-family: 'Bebas Neue', sans-serif;
  font-weight:400;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  color: rgb(239, 201, 8);
}

.gouttiere {
  padding: 20px;
}

/*container formulaire*/

.container-form {

margin: 10px;
padding: 10px;

}

/* bouton reponse*/

.reponses {
  margin-left: 30px;
  margin-right: 30px;
  border: 2px solid black;
 
}

.reponses2 {
  margin: 30px;
  margin: 30px;
  
}

/*New CSS menu-Débuts de CSS menus nav*/

*{
  margin: 0px;
  padding: 0px;
  font-family: Avenir, sans-serif;
}

nav{
  width: 100%;
  margin: 0 auto;
  /*background-color: white;*/
  position: sticky;
  top: 0px;
}

nav ul{
  list-style-type: none;
}

nav ul li{
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

nav ul::after{
  content: "";
  display: table;
  clear: both;
}

nav a{
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
}

nav a:hover{
  color: rgb(91, 99, 104);
  border-bottom: 2px solid  rgb(91, 99, 104);
}

.sous{
  display: none;
  box-shadow: 0px 1px 2px #CCC;
  background-color: rgb(134, 152, 162);
  position: absolute;
  width: 100%;
  z-index: 1000;
}
nav > ul li:hover .sous{
  display: block;
}
.sous li{
  float: none;
  width: 100%;
  text-align: left;
}
.sous a{
  padding: 10px;
  border-bottom: none;
}
.sous a:hover{
  border-bottom: none;
  background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
  content:" ▼";
  font-size: 12px;
}

.conteneur{
margin: 50px 20px;
height: 1500px;
}

.conteneurform{
  width: 80%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 50px;
  margin-left: 50px;
}

.conteneur-center{
  margin: 50px 20px;
  float: center;
  height: 20px;
  }
  
/*FIN de New CSS menu-Débuts de CSS menus nav*/


        /*Débuts de CSS menus nav*/
/*
        nav {
          /*background: rgb(97, 137, 170);

        }

        nav ul {
          list-style-type: none;
          padding: 0;
        }

        nav a {
          text-decoration: none;
          color: #0b12e0;
          display: block;
          padding: 10px;
          
        }
        
        nav a:hover {
          background-color: #555;
        } 
*/

/* Fin de css menus */

.img {
  
  max-width: 100%;
  height: auto;
}

.flex-container {

  display: flex;
  flex-wrap: wrap;
  
}

 .one {
  
flex: 1 1 0;
padding: 10px;
background-color: #91cfce;
float: left;
border: 2px solid red; 

}

 .two {
flex: 1 1 0;
padding: 10px;
margin: 10px 20px 10px 10px;
background-color: #faf0ca;
border: 2px solid green;
float: right;
} 

/*lien suite permalink */
.lien-suite {
  text-decoration: none;
  font-weight: bold;
  color: greenyellow;
font-size: 20px;
}

/*footer en attendant le flex*/
/*footer menu*/

.menu-footer{
  padding: 5px;
  margin: 0 0 5px 0;
  background: rgb(97, 156, 204);
  
}

.menu-footer li {
  
  list-style-type: none;
  
}
.center-footer {
  color: rgb(8, 239, 69);
}
.menu-footer a {
  font-family: 'Bebas Neue', sans-serif;
  font-weight:400;
  font-size: 18px;

  display: block;
  min-width: 50px;
  text-decoration: none;
  color: rgb(239, 201, 8);
 
}


.menu-footer-epais a {
  font-family: 'Righteous', cursive;
  h1 {

    font-family: 'Righteous', cursive;
    font-weight: 400;
    font-size: 50px;


  display: block;
  min-width: 50px;
  text-decoration: none;
  color: rgb(239, 201, 8);
  
}
}
.menus-footer-epais a {

  font-family: 'Righteous', cursive;
  h1 {
    margin: 0 0 5px 10px;
    padding: 0 0 5px 10px;
    font-family: 'Righteous', cursive;
    font-weight: 400;
    font-size: 50px;
}
}

/* retirer les points de la liste de menu */

menu-footer ul {
  list-style-type: none;
  display: center;
}

/* Change color on hover */
.menu-footer a:hover {
  background-color: #719b95;
  color: rgb(239, 201, 8);
}

.footer {
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  background: rgb(97, 156, 204);
}

/*flex style*/
@media screen and (min-width: 768px) {
  nav {
    background: rgb(97, 137, 170));
  
  }
  nav ul {
    display: flex;
    justify-content: center;
  }
  
  nav li {
    justify-content: center;
    flex: 1 1 0;
  }

}

.login h1 a {

  background-image: (url../wp-content/uploads/2023/02/150BLANCpng5CM.jpg);
  background-size: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto 25px;
  padding: 0;
  width: 84 px;
  display: block;
}
