
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 10px 6% 10px 6%;
    line-height: 1.5;
    }
div.entete {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto; /* hauteur de l'entête */
  background-color: lightgrey; /* couleur de fond de l'entête */
  color: black; /* couleur du texte de l'entête */
  padding: 0 20px; /* espace intérieur de l'entête */
}

div.logo_floressence {
  width: 10%; /* largeur de la première partie */
}

.logo_floressence img {
  max-width: 100%;
  height: auto;
  margin-top : 10%;
}

div.text_central {
  width: 80%; /* largeur de la deuxième partie */
  text-align: center;
}

div.logout_deconnexion {
  width: 10%; /* largeur de la troisième partie */
  text-align: right;
  margin-top : 1%;
}

div.logout_deconnexion a {
  text-decoration: none;
}

div.cerclage {
  border: 2px solid black;
  border-radius: 10px;
  padding: 10px;
  width: 95%;
  margin: auto;
}

.RED {
  color: red;
}

.GREEN {
  color: #013f21;
}

.BLUE {
  color: blue;
}

.position_icone {
  position: relative;
  padding-left: 50px; /* pour que le texte ne soit pas masqué par l'image */
}

.title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title span {
  margin: 0 10px;
}






/* Contenu de la première partie de la page */
/*H1 {
    text-align: center;
    }

div.contenu {
    background-color: lightgrey;
    align:center;
    padding: 30px;
    position : relative;
    }

div.logo{
    position : absolute;
    top : 5px;
    left : 10px;
    bottom :10px;
    }
div.deconnexion{
    position : absolute;
    top: 5px;
    right: 10px;
}

div.h1{
    position : relative;
    text-align : center
}

div.header {
    display: inline-block;
    width: 100%;
    }

div.header2 {
    display: relative;
    }

#small_logo{
    margin-top: 25px;
    margin-left : 35px;
    }*/

/* Contenue de la deuxième partie de la page */

div.accueil{
    background-color: yellowgreen;
    text-align: center;
    font-size: 100%;
    }

div.cerclage_recherche {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
    border-radius: 10px;
    padding: 0px 10px;
    width: auto;
    /*margin: auto;*/
    display: inline-block;
    background-color : #B8DC6F;
    /*animation-name: move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1s; /* Ajoute une pause de 1 seconde */
    /*animation: move 1s infinite alternate, halo 10s linear infinite;*/
    height: auto;
}

div.cerclage_recherche {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
    border-radius: 10px;
    padding: 0px 10px;
    width: auto;
    /*margin: auto;*/
    display: inline-block;
    background-color : #B8DC6F;
    /*animation-name: move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 1s; /* Ajoute une pause de 1 seconde */
    /*animation: move 1s infinite alternate, halo 10s linear infinite;*/
    height: auto;
}

span.arrow_move {
  display: inline-block;
  position: relative;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.arrow_move {
  display: inline-block;
  animation: move 2s ease-in-out infinite;
}

@keyframes halo {
  0% {
    box-shadow: 0 0 10px 10px white;
  }
  25% {
    box-shadow: 0 0 10px 10px #B8DC6F;
  }
  50% {
    box-shadow: 0 0 10px 10px white;
  }
  75% {
    box-shadow: 0 0 10px 10px #B8DC6F;
  }
  100% {
    box-shadow: 0 0 10px 10px white;
  }
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

div.presentation{
    background-color: yellowgreen;
    text-align: center;
    }

div.article-container{
    text-align:center;
    background-color:yellow;
    }

div.merci{
    background-color: yellowgreen;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    }

/*affichage du détails de la commande */
#commande {
  border-collapse: collapse;
  width: 100%;
}

#commande td, #commande th {
  border: 1px solid #ddd;
  padding: 2px 0px 2px 8px;
}

#commande tr:nth-child(even){background-color: #f2f2f2;}
#commande tr:nth-child(odd){background-color: #9ACD3254;}

#commande tr:hover {background-color: #ddd;}

#commande th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #026937;
  color: white;
}

div.tableau{
    background-color: #f2f2f2;
    }

.errorlist {
    color : red;
    margin-bottom:-10px;
    }
.error input, .error select {
border: 2px red solid;
}

.article-container {
  display: inline-block;
  width: 50%;
}

.article-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.form-control.input-number {
  text-align: center;
}

#commande {
  width: 100%;
  border-collapse: collapse;
}
#commande th,
#commande td {
  border: 1px solid lightgrey;
}
#commande .col1 {
  width: 12%;
}
#commande .col2 {
  width: 50%;
}
#commande .col3 {
  width: 10%;
  text-align:right;
  padding-right : 10px
}
#commande .col4 {
  width: 12%;
  text-align:center;
}
#commande .col5 {
  width: 10%;
  text-align:right;
  padding-right : 10px
}
#commande .col6 {
  width: 6%;
  text-align:center;
}

button.button{
    font-size:1em;
}
a.button {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

a.button:hover {
  background-color: red;
  border-color: #adadad;
}

div.Tableau2 {

}

div.Tableau2 table {
    margin: 0 auto;
    width: 80%; /* ajustez la largeur du tableau comme souhaité */
    border-collapse: collapse;
}

div.Tableau2 th {
    text-align: left;
    width: 30%;
}

div.Tableau2 td {
    width: 70%;
    white-space: nowrap;
}
div.Tableau2 input[type="text"], div.Tableau select {
    max-width: 100%;
    width: 100%;
}

div.Tableau2 input[type="checkbox"], div.Tableau input[type="radio"] {
    margin: 0;
    max-width: none;
}


.button-link {
  width: 20%;
  max-width: 80px;
  display: inline-block;
  padding: 1px 16px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.button-link2 {
  width: 50%;
  max-width: 1000px;
  display: inline-block;
  padding: 1px 16px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

.button-link:hover {
  background-color: #3e8e41;
}
.button-link2:hover {
  background-color: #3e8e41;
}

div.coordonnees{
     text-align: center;
}


.button_confirmation {
  font-size: 2em;
  padding: 0.5em 1em;
  border-radius: 0.35em;
  background-color: #eaeaea;
}

h4, span {
  display: inline;
}

.wrapper {
  position: relative;
  margin-left: 40px;
}

.wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10;
  height: 10;
  border-top: 2px dashed #000;
  border-right: 2px dashed #000;
  transform: translate(-100%, -50%) rotate(45deg);
}

.first-line {
  margin-top: 0px;
  margin-bottom : 0px;
}

.arrow {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}

/*.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.5em;
  border-bottom: 1px dashed black;
  transform: translateY(-50%);
}*/

.form-container {
    display: flex;
    align-items: center;
}

.search-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.search-container-produit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.search2 {
    flex-grow: 1;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
  }

input.search2::placeholder {

    line-height: 1.2em;
    width: auto;
    font-size: 1em;
}

.idee {
  position: relative;
  display: inline-block;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  width: 500px;
  bottom: 100%;
  left: 50%;
  margin-left: -300px;
}

.idee:hover .tooltip {
  visibility: visible;
}


.icon {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: auto;
}

canvas {
  z-index:99;
  pointer-events: none;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: transparent;
}

canvas[Attributes Style] {
  aspect-ratio: 16 / 9;
  width: 100vw;
  height: calc(100vw * 9 / 16);
}

div.effet{
    width:50%;
    height:50%;
    margin:0;
    overflow:hidden;
    pointer-events: none;
}

.submit {
    padding: 10px 20px;
    color: black;
    border: 1px solid #252525;
    border-radius: 10px;
    background-color: #f7f7f7;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    font-size : 1em;
}

input.search {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5em;
    white-space: pre-wrap;
}


/* animation oiseaux */
@keyframes anim {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.c1, .c2 {
  width: 800px;
  height: 700px;
  position: absolute;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/131045/clouds.png") 0 0 no-repeat;
  background-size: 100%;
  z-index:999;
}
.c1.one, .c2.one {
  top: 60px;
  left: 0px;
}
.c1.two, .c2.two {
  top: 0px;
  left: 100px;
}
.c1.three, .c2.three {
  top: -240px;
  right: 100px;
}
.c1.four, .c22.four {
  top: -180px;
  right: 0px;
}

.c2 .one {
  top: -209px;
}

.c1 {
  animation: anime 1000s linear infinite forwards;
}

.c2 {
  transform: translateX(200%);
  animation: anim 1000s linear infinite forwards;
}

@media screen and (max-width: 1550px) {
  body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 10px 1% 10px 1%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1385px) {
  body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 10px 0;
    line-height: 1.5;
  }
  .search-container {
    width: 100%;
    display: inline;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    }
}

@media screen and (max-width: 1280px) {
        body {
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            margin: 10px 0;
            line-height: 1.5;
            font-size: 100%;
        }
        div.entete {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            height: auto; /* hauteur de l'entête */
            background-color: lightgrey; /* couleur de fond de l'entête */
            color: black; /* couleur du texte de l'entête */
            padding: 0 5px; /* espace intérieur de l'entête */
        }
        div.logo_floressence {
            width: 16%; /* largeur de la première partie */
            max-height : 100px;
        }

        .logo_floressence img {
            max-width: 90%;
            height: auto;
            margin-top : 10%;
        }

        div.text_central {
            width: 100%; /* largeur de la deuxième partie */
            text-align: center;
        }

        div.logout_deconnexion {
            width: 100%; /* largeur de la troisième partie */
            text-align: right;
            margin-top : 1%;
        }

        h4{
            font-size: 100%;
        }
        h1{
            font-size: 120%;
        }
        .infos_a_masquer{
            display: none;
        }
        .c1, .c2 {
            display: none;
        }

        .title {
            flex-direction: row;
            justify-content: center;
        }

        .title span {
            margin: 0;
        }
        .container-py-5 {
            font-size: 100%;
        }
        input[type="text"], input[type="password"], button[type="submit"], p.text-center a {
            font-size: 1.3rem; /* ou toute autre taille de police que vous voulez appliquer */
        }
        .button-link {
            width: 90%;
            max-width: 300px;
            font-size: 2.5vw;
            display: inline-block;
            padding: 1px 16px;
            background-color: #4CAF50;
            color: white;
            text-align: center;
            text-decoration: none;
            border: none;
            border-radius: 16px;
            cursor: pointer;
        }
        .button-link2 {
            width: 90%;
            max-width: 1000px;
            font-size: 2.5vw;
            display: inline-block;
            padding: 1px 16px;
            background-color: #4CAF50;
            color: white;
            text-align: center;
            text-decoration: none;
            border: none;
            border-radius: 16px;
            cursor: pointer;
        }
        #commande .col1, #commande .col3 {
            display: none;
        }

        #commande td, #commande th {
            font-size: 1em;
        }
        .search-container {
            width: 100%;
            display: inline;
            align-items: center;
            justify-content: center;
            margin-top: auto;
            margin-bottom: auto;
        }
        .search-container-produit {
            width: 100%;
            display: inline;
            align-items: center;
            justify-content: center;
            margin-top: auto;
            margin-bottom: auto;
        }
        .tooltip {
            visibility: hidden;
            position: absolute;
            z-index: 1;
            background-color: #555;
            color: #fff;
            text-align: center;
            padding: 5px;
            border-radius: 6px;
            width: 300px;
            bottom: -600%;
            left: 50%;
            margin-left: -150px;
        }
        .idee:hover .tooltip {
            visibility: hidden;
        }

        .idee .tooltip {
            display: none;
        }

        .idee .icon:hover + .tooltip {
            display: block;
            visibility: visible;
        }



}
