/* :::::----- Media queries -----::::: */

/* ---------- max 600px ---------- */
@media screen and (max-width: 600px) {
  .header {
  min-height: 148px; /* ou une valeur adaptée */
  padding: 20px 0px 20px 0px;
  transition: 1s;
  }
  
  .logo {
  background-image: url("../images/logo_studio3points.webp");
  height: 150px;
  width: 595px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: 1s;
  }
  
  body {
    font-size: 1.3em;
  }

  h1 {
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 5px;
  }

  .underlineh1 {
    width: 100px;
    height: 6px;
    margin-bottom: 20px;
    }

  h2 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 30px;
  }
  
  .underlineh2  {
    width: 50px;
    height: 5px;
  }

  ul {
    margin-top: 20px;
    margin-bottom: 0px;
    }
  
  .topnav:not(.responsive) a:not(.active):not(.icon) {
    display: none;
  }

  .topnav  {
    padding: 0px;
  }

  .topnav a{
    font-size: 19px;
  }

  /* L'icône reste toujours affichée et est positionnée en haut à droite */
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  /* En mode menu déplié, afficher tous les liens sauf l'icône */
  .topnav.responsive a:not(.icon) {
    display: block;
    float: none;
    text-align: left;
  }
  
  /* Conserver l'icône en haut à droite dans le menu responsive */
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .full-width_header {
    display: none;
  }

  .phonemail {
    display: none;
  }

  .top_right_menu {
    float: right;
    }  

  .column {
    float: left;
    width: 100%;
  }

  .address {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  .form {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  input[type=text], select, textarea, input[type=email] {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .contactcontainer {
    display: block;
    gap: 0px;
  }

  .col-25, .col-75 {
    width: 100%;
    margin-top: 0;
  }

  input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }

  .container {
    padding: 30px 25px 20px 25px;
  }

/* Containtservices */
  .containtservices {
    flex-direction: column; /* empiler en colonne */
    height: auto;
    padding: 20px 5px 0px 5px;
  }

  .section {
    max-width: 100%;       /* prendre toute la largeur */
    padding: 0px 20px 5px 20px;
    font-weight: 500;
  }

  .logo3d, .logoit {
  margin: 30px 0px 40px 0px;
  } 
  
  .title_section {
  font-weight: 900; 
  font-size: 1.1em;
  }

  .price {
  font-weight: 900; 
  font-size: 1.6em;
  }

}


/* ---------- max 768px ---------- */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 5px;
  }

  .underlineh1 {
    width: 100px;
    height: 6px;
    margin-bottom: 20px;
    }

  h2 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 30px;
  }
  
  .underlineh2  {
    width: 50px;
    height: 5px;
  }

  ul {
    margin-top: 20px;
    margin-bottom: 0px;
    }

.header {
  min-height: 148px; /* ou une valeur adaptée */
  padding: 20px 0px 20px 0px;
  transition: 1s;
  }
  
  .logo {
  background-image: url("../images/logo_studio3points.webp");
  height: 150px;
  width: 595px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: 1s;
  }

.topnav:not(.responsive) a:not(.active):not(.icon) {
    display: none;
  }

  .topnav  {
    padding: 0px;
  }

  .topnav a{
    font-size: 19px;
  }

  /* L'icône reste toujours affichée et est positionnée en haut à droite */
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  /* En mode menu déplié, afficher tous les liens sauf l'icône */
  .topnav.responsive a:not(.icon) {
    display: block;
    float: none;
    text-align: left;
  }
  
  /* Conserver l'icône en haut à droite dans le menu responsive */
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .full-width_header {
    display: none;
  }

  .phonemail {
    display: none;
  }

  .top_right_menu {
    float: right;
    }  

  .container {
    padding: 30px 25px 20px 25px;
  }

  .address {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  .form {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  input[type=text], select, textarea, input[type=email] {
    font-size: 1em;
    margin-top: 0px;
  }

  .contactcontainer {
    display: block;
    gap: 0px;
  } 
  
  input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }

  .col-25, .col-75 {
    width: 100%;
    margin-top: 0;
  }

}

/* ---------- max 950px ---------- */
@media screen and (max-width: 950px) {

 h1 {
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 5px;
  }

  .underlineh1 {
    width: 100px;
    height: 6px;
    margin-bottom: 20px;
    }

  h2 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 30px;
  }
  
  .underlineh2  {
    width: 50px;
    height: 5px;
  }
  
  ul {
    margin-top: 0px;
    margin-bottom: 0px;
    }

.topnav:not(.responsive) a:not(.active):not(.icon) {
    display: none;
  }

  .topnav  {
    padding: 0px;
  }

  .topnav a{
    font-size: 19px;
  }

  /* L'icône reste toujours affichée et est positionnée en haut à droite */
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  /* En mode menu déplié, afficher tous les liens sauf l'icône */
  .topnav.responsive a:not(.icon) {
    display: block;
    float: none;
    text-align: left;
  }
  
  /* Conserver l'icône en haut à droite dans le menu responsive */
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

.header {
  min-height: 148px; /* ou une valeur adaptée */
  padding: 20px 0px 20px 0px;
  transition: 1s;
  }
  
  .logo {
  background-image: url("../images/logo_studio3points.webp");
  height: 150px;
  width: 595px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: 1s;
  }

  .full-width_header {
    display: none;
  }

  .phonemail {
    display: none;
  }

  .top_right_menu {
    float: right;
    }  

  .column {
    width: 100%;
  }

  .address {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  .form {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }

  input[type=text], select, textarea, input[type=email] {
    font-size: 1em;
    margin-top: 0px;
  }

  .contactcontainer {
    display: block;
    gap: 0px;
  }

  .container {
    padding: 30px 25px 20px 25px;
  }

   input[type=submit] {
    width: 100%;
    margin-top: 15px;
  } 

  .col-25, .col-75 {
    width: 100%;
    margin-top: 0;
  }

}

/* ---------- min 950px ---------- */
@media screen and (min-width: 950px) {
  .full-width_headermobile {
    display: none;
  }
  
}

