@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Titan+One&display=swap');

body {
    background: #666 url(images/bg-rayure.png);
    margin: 0;
    font-family: 'Lato', sans-serif;
}

[v-cloak]{
    display: none;
}

.conteneur{
    text-align: center;
    width: 90%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 250px;
    
}

.abonnement_header{
    margin: 35px;
    width: 65%;
    border-radius: 10px;
}

.titre_abonnement{
    margin: 0px 30px 50px 50px;
}

.titre_guide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #67913d;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}
.titre_guide_qfq {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f60606;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
}

table {
    border-collapse: collapse;
    width: 80%; 
    margin: 0 auto;
    padding-bottom: 50px;
    box-shadow: 0 0 10px #67913d;
}

.tableau{
    padding: 75px 0px 150px 0px;
}

th, td {
    text-align: left;
    padding: 8px;
    border-right: 2px solid #67913d;
    border-bottom: 2px solid #67913d;
    font-family: 'Lato', sans-serif;
}

th {
    color: #FFF;
    font-weight: 900;
    background-color: #67913d;
}

tr{
    background: #FFF
}

tr:hover {
    box-shadow: 0 0 10px #67913d;
}

h2{
    font-family: 'Lato',serif;
    font-size: 1.4rem;
    margin: 20px;
}

.titre_confirmation{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato',serif;
    font-size: 22.4px;
}

.description_confirmation {
    width: 60%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
}

.lien_description_confirmation {
    color: #67913d;
}
.lien_description_confirmation:visited {
    color: #67913d;
}

.icone_confirmation{
    width: 8%;
    margin: 20px;
}

.separation{
    width: 60%;
    height: 2px;
    background-color: #67913d;
    box-shadow: 0 0 10px #67913d;
}

.titre_confirmation2{
    font-family: 'Lato',serif;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 800;
}

.th {
    background-color: #fff;
    border-right: #67913d 2px solid;
    color: #333;
    width: 40%;
}

.td {
    background-color: #fff;
    border-right: none;
    width: 60%;
}

.tableau_confirmation{
    border-bottom: none;
    width: 90%;
}

.card {
    font-family: 'Lato', sans-serif;
    width: 90%;
    height: 100%;
    box-shadow: 0 0 10px #67913d;
    margin: 20px;
    transition: 400ms;
    border-radius: 10px;
    padding: 20px 0px 10px 0px;
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
}


.card:hover {
    cursor: pointer;
    background:rgba(103, 145, 61, 0.1);
    transition: 400ms;
}

.card.active {
    transition: 400ms;
      
}

.info {
    text-align: left;
}


.conteneur_image {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 60px 20px 60px;
    height: auto;
    max-height: 600px;
    
}

.description {
    background-color: #fff;
    font-weight: 700;
    width: 70%;
    margin: 0px;
    height: auto;
    max-height: 600px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    transition: 400ms;
    margin-left: 20px;
}

.description:hover {
    box-shadow: 8px 8px 5px rgba(51, 51, 51, 0.3);
    transition: 400ms;
}

.image_produit {
    max-height: 400px;
    box-shadow: 8px 8px 5px #333;
    border-radius: 10px;
}

.cards{
    margin-top: 100px;
}

.titre_multimedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 40px 20px;
    color: #67913d;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}

.sous_titre_guide {
    text-align: left;
    width: 260px;
    height: 50px;
}

.produits {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.produit {
    margin: 20px;
    text-align: justify;
    flex-shrink: 0;
}

.photo_produit {
    height: 350px;
    width: 260px;
    box-shadow: 8px 8px 5px #333;
    text-align: left;
    margin-bottom: 20px;
}

.sous_description {
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    width: 260px;
    height: 170px;
    margin: 0;
}

.position_texte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
}

.prix {
    font-size: 0.75rem;
    text-align: left;
    font-weight: bold;
}

.en_savoir_plus {
    font-size: 0.75rem;
    text-align: right;
    font-weight: bold;
    transition: 400ms ease-in; 
}

.en_savoir_plus:hover {
    color: #67913d;
    cursor: pointer;
    transition: 400ms ease-in;
}

.book_pdf {
    width: 30px;
    height: 30px;
}

.conteneur_titre {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
}


.titre_produit {
    font-size: 22px;
}

.crochet {
    width: 30px;
    height: 30px;
}

.bouton_paiement {
    margin: 20px 0px 20px 0px;
}



form {
    font-family: 'Lato', sans-serif;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.formulaire {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  
.formulaire .section {
    display: flex;
    flex-direction: column;
  }
  
.formulaire .section label {
    margin-bottom: 5px;
  }

label {
    display: block;
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="tel"]{
    display: block;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #67913d;
    margin-bottom: 20px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #67913d;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

input {
    width: 100%;
    font-family: 'lato', sans-serif;
}

select{
    display: block;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #67913d;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;

}

input[type="submit"]:hover {
    background-color: #5a7d33;
}

.titre_interac{
    color: #67913d;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 0px;
}

.titre_etape{
    color: #67913d;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.instructions{
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.methodes{
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: first baseline;
    justify-content: center;
}

.methode{
    box-shadow: 0 0 10px #67913d;
    margin: 15px;
    width: 33%;
    padding: 15px;
}

.soumettre{
    text-align: center;
}

.en_tete{
    width: 80%;
    text-align: left;
    
}

#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  
#popup {
    position: absolute;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 800px;
    height: auto;
    max-height: 700px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px #67913d;
    z-index: 9999; /* assurez-vous que le popup a un index z supérieur à celui de l'élément blanc */
}

.sous_titre_popup {
    margin: 0px ;
}

.sous_description_popup {
    background-color: #fff;
    margin: 42px 0px 0px 20px;
    padding: 10px;
    height: auto;
    max-height: 800px;
    border-radius: 5px;
}

.sous_description_popup:hover {
    box-shadow: 8px 8px 5px rgba(51, 51, 51, 0.3);
    cursor: pointer;
    transition: 400ms;
}

.photo_popup {
    height: 400px;
    width: 300px;
    box-shadow: 8px 8px 5px #333;
    text-align: left;
    margin: 20px 0px 0px 0px; 
}

.icone_x {
    width: 30px;
    height: 30px;
    transition: 400ms;
}

.icone_x:hover {
    transform: scale(1.2);
    transition: 400ms;
    cursor: pointer;
}

.bloc_image_titre {
    display: block;
}

.v-enter-active,
.v-leave-active {
  transition: transform 800ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 800ms cubic-bezier(0.4, 0.0, 0.2, 1), max-height 800ms cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 1;
  transform: rotateY(0deg);
  max-height: 600px; /* Remplacez par la hauteur maximale souhaitée */
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
  transform: rotateY(-90deg);
  max-height: 0;
  overflow: hidden;
  transition: transform 800ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 800ms cubic-bezier(0.4, 0.0, 0.2, 1), max-height 800ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.popup-enter-active {
    animation: bounce-in 800ms;
}

.popup-leave-active {
    animation: bounce-in 800ms reverse;
}

@keyframes bounce-in {
    0% {
      transform: scale(0);
      opacity: 0;
    }

    50% {
      transform: scale(1.3);
        opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
      
    }
}

.conteneur_bouton_paiement {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.bouton_paiement {
    background-color: #67913d;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px; 
    width: 260px;
    height: 44px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    transition: 400ms;
    border: none;    
}

.bouton_paiement:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: 400ms;
}


.icone_produit{
    width: 15%;
}


.description2 {
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 70%;
    margin: 0px 10px 10px 10px;
    height: auto;
    max-height: 700px;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    transition: 400ms;
}

.description2:hover {
    box-shadow: 8px 8px 5px rgba(51, 51, 51, 0.3);
    transition: 400ms;
}

.breadcrumb {
    font-family: 'Rubik', sans-serif; 
  background: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb li {
  font-size: 12px;
  margin-right: 10px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: #67913d;
}

.breadcrumb_qfq {
    font-family: 'Rubik', sans-serif; 
    background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .breadcrumb_qfq ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .breadcrumb_qfq li {
    font-size: 12px;
    margin-right: 10px;
  }
  
  .breadcrumb_qfq a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .breadcrumb_qfq a:hover {
    color: #f60606;
  }

.active{
    color: #67913d !important;
}

.active_qfq{
    color: #f60606 !important;
}

.titre-img{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
}

.titre-img h1{
    text-shadow: none;
    font-family: 'Rubik', sans-serif; 
    font-style: normal;
}

@media only screen and (max-width: 485px) {

    .alt_img{
        display: none;
    }

    .cards {
        margin: 0;
    }

    .card {
        padding: 10px;
        width: 90%;
        margin: 10px;
        box-shadow: 0 0 5px #67913d;
        border-radius: 5px;
    }

    h1 {
        font-size: 9px;
        margin: 15px;
    }
    .titre_guide {
        font-size: 12px;
        margin: 0;
        margin-bottom: 20px;
    }
    .titre_guide_qfq {
        font-size: 12px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .titre_produit {
        font-size: 8px;
        margin: 0px;
        margin-left: 5px;
    }

    .crochet {
        height: 10px;
        width: 10px;
    }

    .conteneur_image {
        margin: 0;
        margin-top: 10px;
        max-height: 300px;
    }

    .conteneur_titre {
        margin: 0;
    }

    .image_produit {
        box-shadow: 4px 4px 2.5px #333;
        max-height: 120px;
        border-radius: 3px; 
    }

    .description {
        border-radius: 5px;
        font-size: 6px;
        width: 70%;
        margin-left: 10px;
        padding: 0px 5px 0px 5px;
    }

    .description:hover {
        box-shadow: 4px 4px 2.5px rgba(51, 51, 51, 0.3);
    }

    ul {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 767px) { 
    .top-menu{
        display: flex;
        flex-wrap: wrap;
    }
    .cards {
        margin: 0;
    }

    .alt_img{
        display: none;
    }


    .card {
        padding: 10px;
        width: 90%;
        margin: 10px;
        box-shadow: 0 0 5px #67913d;
        border-radius: 5px;
    }

    h1 {
        font-size: 14px;
        margin: 15px;
    }
    .titre_guide {
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px;
    }
    .titre_guide_qfq {
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .titre_produit {
        font-size: 12px;
        margin: 0px;
        margin-left: 5px;
    }

    .crochet {
        height: 10px;
        width: 10px;
    }

    .conteneur_image {
        margin: 0;
        margin-top: 10px;
        max-height: 400px;
    }

    .conteneur_titre {
        margin: 0;
    }

    .image_produit {
        box-shadow: 4px 4px 2.5px #333;
        max-height: 180px;
        border-radius: 3px; 
    }

    .description {
        border-radius: 5px;
        font-size: 8px;
        width: 70%;
        margin-left: 10px;
        padding: 0px 5px 0px 5px;
    }

    .description:hover {
        box-shadow: 4px 4px 2.5px rgba(51, 51, 51, 0.3);
    }

    ul {
        padding-left: 10px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .cards {
        margin: 0;
    }

    .card {
        padding: 15px;
        width: 90%;
        margin: 15px;
        box-shadow: 0 0 5px #67913d;
        border-radius: 5px;
    }

    .alt_img{
        display: none;
    }

    h1 {
        margin: 15px;
        font-size: 23px;
    }
    .titre_guide {
        font-size: 32px;
        margin: 0;
        margin-bottom: 20px;
    }
    .titre_guide_qfq {
        font-size: 32px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .titre_produit {
        font-size: 18px;
        margin: 0px;
        margin-left: 5px;
    }

    .crochet {
        height: 20px;
        width: 20px;
    }

    .conteneur_image {
        margin: 0;
        margin-top: 10px;
        max-height: 480px;
    }

    .conteneur_titre {
        margin: 0;
    }

    .image_produit {
        box-shadow: 4px 4px 2.5px #333;
        max-height: 250px;
        border-radius: 3px; 
    }

    .description {
        border-radius: 5px;
        font-size: 12px;
        width: 70%;
        margin-left: 10px;
    }

    .description:hover {
        box-shadow: 4px 4px 2.5px rgba(51, 51, 51, 0.3);
    }

    ul {
        padding-left: 10px;
    }
  }

  @media only screen and (min-width: 1025px) and (max-width: 1199px) { 
    .cards {
        margin: 0;
    }

    .card {
        padding: 15px;
        width: 90%;
        margin: 15px;
        box-shadow: 0 0 5px #67913d;
        border-radius: 5px;
    }

    .alt_img{
        display: none;
    }

    h1 {
        font-size: 26px;
        margin: 15px;
    }
    .titre_guide {
        font-size: 42px;
        margin: 0;
        margin-bottom: 20px;
    }
    .titre_guide_qfq {
        font-size: 42px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .titre_produit {
        font-size: 18px;
        margin: 0px;
        margin-left: 5px;
    }

    .crochet {
        height: 20px;
        width: 20px;
    }

    .conteneur_image {
        margin: 0;
        margin-top: 10px;
        max-height: 480px;
    }

    .conteneur_titre {
        margin: 0;
    }

    .image_produit {
        box-shadow: 4px 4px 2.5px #333;
        max-height: 340px;
        border-radius: 3px; 
    }

    .description {
        border-radius: 5px;
        font-size: 14px;
        width: 70%;
        margin-left: 10px;
    }

    .description:hover {
        box-shadow: 4px 4px 2.5px rgba(51, 51, 51, 0.3);
    }

    ul {
        padding-left: 10px;
    }
  }

  /****************************************************************/

  @media (min-width: 700px) and (max-width: 1360px) {
    .produits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        justify-items: center;
        align-items: center;
    }
  }

  @media (max-width: 699px) {
    .produits {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        justify-items: center;
        align-items: center;
    }
  }

  @media (max-width: 780px) {
    .responsive2{
        display: none;
    }
  }

  @media (min-width: 1198px) and (max-width: 1504px) {
    .titre_multimedia {
        margin: 0;
        padding: 0;
        font-size: 32px;
    }
}

@media (min-width: 814px) and (max-width: 1197px) {
    .titre_multimedia {
        margin: 0;
        padding: 0;
        font-size: 24px;
    }
}

@media (min-width: 531px) and (max-width: 813px) {
    

    .titre_multimedia {
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-shadow: 1px 1px 1px #333;
    }

    .breadcrumb {
        padding: 5px;
      }

    .breadcrumb li {
        font-size: 9px;
        margin-right: 10px;
      }

      .breadcrumb_qfq {
          padding: 5px;
        }
  
      .breadcrumb_qfq li {
          font-size: 9px;
          margin-right: 10px;
        }

    
}

@media (min-width: 356px) and (max-width: 530px) {
    .top-menu{
        display: flex;
        flex-wrap: wrap;
    }

    .titre_multimedia {
        margin: 5px;
        font-size: 9px;
        text-shadow: 1px 1px 1px #333;
    }
    
    .breadcrumb {
        margin-bottom: 20px;
        padding: 5px;
    }

    .breadcrumb ul {
        display: flex;
        flex-wrap: wrap;
    }

    .breadcrumb_qfq ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .breadcrumb li {
        font-size: 7px;
        margin-right: 5px;
        width: 100%;
        padding-bottom: 10px;
    }
    
    .breadcrumb_qfq {
        margin-bottom: 20px;
        padding: 5px;
    }
    
    .breadcrumb_qfq li {
        font-size: 7px;
        margin-right: 5px;
        width: 100%;
        padding-bottom: 10px;
    }
}

@media (max-width: 355px) {
    .top-menu{
        display: flex;
        flex-wrap: wrap;
    }
    
    .titre_multimedia {
        margin: 5px;
        font-size: 9px;
        text-shadow: 1px 1px 1px #333;
    }

    .breadcrumb_qfq {
        padding: 5px;
    }
    
    .breadcrumb_qfq li {
        font-size: 4px;
        margin-right: 5px;
    }

    .breadcrumb {
        padding: 5px;
    }
    
    .breadcrumb li {
        font-size: 4px;
        margin-right: 5px;
    }
}

@media (max-width : 600px) {
    .top-menu{
        display: flex;
        flex-wrap: wrap;
    }
    #popup {
        width: 270px;
        height: auto;
        max-height: 280px;
    }
    
    .sous_titre_popup {
        font-size: 6px;
    }

    .photo_popup {
        width: 100px;
        height: 150px;
    }

    .icone_x {
        width: 10px;
        height: 10px;
    }

    .description2 {
        font-size: 5px;
    }

    ul {
        padding-left: 10px;
    }
}

@media (min-width : 601px) and (max-width: 850px){
    #popup {
        width: 550px;
        height: auto;
        max-height: 300px;
    }
    
    .sous_titre_popup {
        font-size: 12px;
    }

    .photo_popup {
        width: 170px;
        height: 250px;
    }

    .icone_x {
        width: 20px;
        height: 20px;
    }

    .description2 {
        font-size: 8px;
    }

    ul {
        padding-left: 10px;
    }
}

@media (min-width : 851px) and (max-width: 999px){
    #popup {
        width: 550px;
        height: auto;
        max-height: 260px;
    }
    
    .sous_titre_popup {
        font-size: 10px;
    }

    .photo_popup {
        width: 100px;
        height: 150px;
    }

    .icone_x {
        width: 10px;
        height: 10px;
    }

    .description2 {
        font-size: 8px;
    }

    ul {
        padding-left: 10px;
    }
}

@media (max-width: 699px) {
    .titre_etape {
        font-size: 12px;
    }
    label {
        font-size: 8px;
    }

    select {
        font-size: 8px;
    }

    input {
        width: 100%;
        font-family: 'lato', sans-serif;
    }

    .formulaire {
        display: inline-block;
        margin-right: 10px;
        width: 100%;
    }
}

@media (max-width: 850px) {
    .responsive1{
        display: none;
    }
    .methodes {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        justify-items: left;
        align-items: center;
        font-size: 8px;
    }

    .methode {
        width: 80%;
        margin: 10px;
    }
}

@media (max-width: 571px) {
    .titre_confirmation {
        font-size: 16px;
    }

    .description_confirmation {
        font-size: 14px;
    }

    .icone_confirmation {
        margin: 10px;
        width: 10%;
    }
}

@media (min-width: 570px) and (max-width: 418px) {
    .titre_confirmation {
        font-size: 12px;
    }

    .description_confirmation {
        font-size: 10px;
    }

    
}

@media (max-width: 417px) {
    .titre_confirmation {
        font-size: 10px;
    }

    .description_confirmation {
        font-size: 8px;
    }
}

@media (max-width: 555px) and (min-width: 400px) {
    th {
        font-size: 11px;
    }

    td {
        font-size: 11px;
    }
}

@media (max-width: 399px)  {
    .responsive3{
        display: none;
    }
    th {
        font-size: 8px;
    }

    td {
        font-size: 8px;
    }
}

.titre_fr{
color: #67913d;
font-weight: bold;
}
@media (max-width: 440px)  {
    .responsive3{
        display: none;
    }
}

















