.dsp-none {
  display: none;
}

.numrovertcons {
  width: 260px;
  padding-right: 20px;
}


.numrovertcons img {
  width: 80%;
  border-radius: 13px;
}

.mg-plus {
  padding-top: 2rem;
}
.consultationTel{
  justify-content: space-between;
}




/* ///////// Cadres, Sections/////////// */
main > section {
  width: 90vw;
  margin: auto;
  background-color: var(--color-blue);
  border-radius: 20px;
  padding-left: 2vw;
  padding-right: 10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: white;
  margin-top: 10vh;
  margin-bottom: 10vh;
  box-shadow: 0px 10px 10px 0px rgb(199, 199, 199);
  line-height: 25px;
  /* Définir les cadres: taille, couleur, forme, placement */
}
article p {
  text-align: justify;
  padding: 0 10px 0 10px;
}
div p{
  text-align: justify;
  padding: 0 10px 0 10px;
}
.para1 {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding-top: 30px;
  font-size: 1.2rem;
}

h3 {
  color: var(--color-orange);
  margin-top: 0;
  margin-bottom: 20px;
}
.para1 h5 {
  padding:0 10px;
  text-align: justify;
}

.blue a {
    text-decoration: none;
    color: white;
}

.blue a:hover {
  color: var(--color-blue);
}

.blue h3 {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}



main > .blue {
  color: var(--color-blue);
}

/* ////////Sous-Titres//////////////
//////////Souligner/////////////// */
h4 {
  font-weight: 500;
  text-decoration: underline;
}

/* ///////Cadre bleu////////
///////Eléments à droite/// */
.blue {
  background-color: var(--color-orange);
  padding-right: 2vw;
}

/* //////Mettre le Titre par-dessus l'IMage////// 
  //////////Image du Titre//////// ////////////// */
main .title {
  margin-left: 1vw;
}
/* /* ///////////Texte du Titre////////////// */
main .title .text {
  z-index: 1;
  position: absolute;
  left: 48px;
  top: 200px;
  justify-items: left;
  color: white;
  background: rgb(67, 68, 149);
  background: linear-gradient(
    90deg,
    rgba(67, 68, 149, 1) 40%,
    var(--color-orange) 100%
  );
  border-radius: 30px;
  padding: 10px 20px;
  justify-content: center;
}

.rubik {
  position: absolute;
  left: calc(40% - 100px);
  width: 30%;
  top: -16rem;
  box-shadow: 4, 4, 2, 5 black;
  display: none;
}

/* ///////////////Début Partie Tarif//////////////// 
////////////////////////////////////////////////////*/
tr:nth-child(1) {
  background-color: var(--color-orange);
  height: 10vh;
  color: var(--color-blue);
}
td,
tr,
th {
  border: 2px solid var(--color-blue);
  height: 5vh;
  text-align: center;
}
table {
  border-collapse: collapse;
  width: 80vw;
  margin: auto;
  margin-top: 10vh;
  color: var(--color-blue);
}
.bg-blue {
  background-color: var(--color-blue);
  height: 5vh;
  color: white;
  padding-top: 2vh;
}

.asterix {
  position: relative;
  display:flex;
  justify-content:center;
  top: 10px;
  width: 90%;
  font-size: 12px;
  color: var(--color-blue);
}
.contact {
  position: relative;
  left: 38vw;
  background-color: var(--color-blue);
  color: white;
  height: 30px;
  width: 150px;
  border-radius: 20px;
  font-size: large;
  border: 2px solid white;
  transition: 0.4s;

  /* Modifications à ajouter */
  display: inline-block;
  text-decoration: none;
  line-height: 30px; /* Aligner le texte verticalement */
  text-align: center; /* Centrer le texte horizontalement */
}

.contact:hover {
  position: relative;
  /* top: 20px; */
  left: 38vw;
  background-color: white;
  color: var(--color-orange);
  height: 30px;
  width: 150px;
  border-radius: 20px;
  font-size: large;
  border: 2px solid var(--color-blue);
}

  .rubik {
    right: 20%;
    width: 20%;
    display: block;
}

/* ///////Fin de Partie Tarif////// */

/* ////////////RESPONSIVE/////////////// */
@media screen and (max-width: 1024px){
  
  .rubik img {
    display: none;
  }
  }

  @media screen and (max-width: 767px){
.asterix {
    text-align: justify;
    padding: 0 30px 0 10px;
    left: 5vw;
    top: 10px;
    font-size: 12px;
    color: var(--color-blue);
  }
  img.icon_bonhomme {
    left: 7vw;
}
  .para1 {
    width: 95%;
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  main {
    margin-top: 60vh;
  }

}
