body{
  background-color: #151D4C;
  font-family: "Yeseva One", serif;
}
h1{
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
  text-align: center;
  color: rgb(255, 255, 255);  
}

h2, h3{
  text-align: center;
  color: white;
}
p{
  font-size: 16px;
  color: white;
}

hr{
  appearance: none;
  border: 0px;
}

.logos_index{
  max-width: 100%;
  height: auto;  
  border-radius: 15px;
}

table, td{
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
td{
  border: solid 1px #ffffff;
}
td:hover{
  background-color: rgba(255, 255, 255, 0.308);
}
/* version Mobile first _____________________________________________ */
button{
  border-radius: 15px;
  padding: 7px;
}
button, a{
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
  font-weight: bolder;
}
.search_r{
  text-decoration: none;
  color: #151D4C;
  background-color: pink;
}

/* NAV ________________________ */
  
nav .main_pages 
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
 
nav .main_pages a 
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    border-radius: 15px;

}
 
label
{
  border: solid 1px white;
    display: none;
}
@media all and (max-width: 480px)
{
    nav
    {
        height: 60px;
    }
    nav .main_pages 
    {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    label 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
}
label, #toggle
{
    display: none;
}
 
@media all and (max-width: 480px)
{
    nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        background: #151d4c;     
        position: relative;
        border-radius: 15px;
    }
 
    nav .main_pages a {
        width: auto;
    }
 
    label 
    {
      border-radius: 15px;
       height: 60px;
        width: auto;
        display: flex;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }

    label:hover{
      background-color: rgba(255, 255, 255, 0.377);
    }
    #toggle:checked + .main_pages {
        display: flex;
    }
}
.formulaire_rech{
  justify-content: center;
  text-align: center;
}
/* catalogue__________________________________________________________ */

#conteneur{
  display: block;
  text-align: center;
}

.entreprise{
  padding: 3px;
  width: 500px;
  display: flex;
  margin-bottom: 20px;
  border-bottom:2px solid white;
  border-right: 2px solid white;
  border-radius: 15px;
  margin-left: 10px;
}

.catalogue{
  display: flex;
}
.logo_listing{
  width: 200px;
  border-radius: 15px;
}
li{
  border-radius: 15px;
  color: white;
}

li a:hover{
  background-color: white;
  color: #151d4c89;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.informations{
  padding-left: 15px;
}

.images, img{
  max-width: 100px;
  border-radius: 15px;

}

thead, th{
  background-color: white;
  color: #151D4C;
}
.titlei{
  color: #151D4C;
}

td, th{
  background-color: rgba(255, 255, 255, 0.043);
}


/* fotor________________________________________________________________ */
form{
  color: white;
  display: block;
}

.para_form{
  text-align: start;
  width: 200px;
  border-bottom: 1px solid #ffff;
}



/* version tablette __________________________________________________________________ */
@media screen and (min-width: 480px){
  body {
    margin: 0 auto;
  }

  nav .main_pages{
    flex-direction: row;
  }


  /* button________________________________________________________________ */
button {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  border: 2px solid #ffffff;
  position: relative;
  color: #151D4C;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.lien_button, a{
  text-decoration: none;
  padding: 7px;
}

.lien_button, a:hover{
  text-decoration: none;
  padding: 7px;
  color: white;
}

button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #151D4C;
  color: white;
  z-index: -1;
  border-radius: 15px;
}

button,.lien_button:hover, button:focus {
  border-radius: 15px;
}

button:hover:before, button:focus:before {
  transition: 0.5s all ease;
  color: white;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 15px;
}

button:active {
  transform: scale(0.9);
}
input{
  text-transform: uppercase;
  font-weight: bolder;
  padding: 7px;
  appearance: none;
  border-radius: 15px;
  border: 0px;
  margin-bottom: 2px;
  font-size: 16px;
}
.space_search{
  padding: 7px;
  border:2px solid #151D4C;
}
.buttons_admin{
  margin: 7px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  justify-content: space-between;
}

ul, ol {
  list-style-type: none;
}
.line_rech{
  margin-top:20px;
}

/* fotor_________________________ */
footer {
  border-top: solid 1px #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}
.footer_text{
  text-decoration: none;
  color: #ffffff;
  font-weight: bolder;
  margin-bottom: 20px;
}


.catalogue{
  display: inline;
}
  
}

/* version PC _____________________________________________ */
@media screen and (min-width: 960px) {
  body {
    margin: 0 auto;
    width: 1200px;
  }
  nav 
{
  margin: 20px;
  margin-bottom: 50px;
}

.catalogue{
  display: inline-flex;
}
.link_sup{
  appearance: none;
  color: white;
  padding-top: 35px;
  padding-bottom: 35px;
}
.link_sup_f{
  appearance: none;
  color: white;
}
.link_sup:hover{
  color: #151D4C;
}
.link_modif:hover{
  background-color: white;
}

form{
  padding: 7px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: solid 1px rgb(255, 255, 255);
}

section{
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.table_form{
  display:flex;
}
  
}