@charset "UTF-8";
:root {
  --gray-color: #f1f1f1;
  --second-color: #00B0F0;
  --second-color-opacity: rgba(0, 176, 240, 0.10);
  --font-League-Spartan: "League Spartan", sans-serif;
  --font-Oswald: "Oswald";
  --font-Poppins: "Poppins";
  --line-left-light-gray: 4px solid #f1f1f1;
  --line-left-dark-gray: 4px solid #d9d9d9;
}

/*////////////////////////////    MAIN     /////////////////////////////*/
.hide_on_computer {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-flocons2.gif");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.15;
  z-index: -1;
}

:target::before {
  content: "";
  display: block;
  height: 50px; /* Décalage souhaité */
  margin-top: -50px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important;
  padding: 0 !important;
}

dl, ol, ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.logo-cryo {
  all: unset;
  color: var(--second-color);
  font-family: "Poppins";
  font-weight: 600;
}

.logo-system {
  all: unset;
  color: black;
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
}

.rowPagePresentation a, .rowAllFooter a, .rowProduction a, .rowShopMachine a, .rowFormContact a {
  color: var(--second-color) !important;
  text-decoration: underline !important;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s ease;
}
.rowPagePresentation a:hover, .rowAllFooter a:hover, .rowProduction a:hover, .rowShopMachine a:hover, .rowFormContact a:hover {
  color: black !important;
  transition: 0.2s ease;
}

p {
  font-size: 18px;
  font-family: var(--font-Poppins);
  font-weight: 300;
  line-height: 1.7;
}
p span {
  display: block;
  margin: 10px 20px !important;
}

b {
  font-weight: 500;
}

.selectedColor {
  color: var(--second-color) !important;
}

.rowContent {
  width: 70%;
  margin: 0 auto !important;
  padding: 30px 40px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.rowTitre {
  margin-top: 0 !important;
  height: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  border-left: var(--line-left-light-gray);
}
.rowTitre h1 {
  font-family: var(--font-Poppins);
  font-weight: 600;
}
.rowTitre h1 span {
  color: var(--second-color);
}

.dropdown {
  transition: height 0.4s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* fond noir à 50% de transparence */
  z-index: 9999990;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#cookie-overlay #cookie-popup {
  top: 10px;
  background: #fff;
  padding: 20px;
  z-index: 99999991;
  width: 50%;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-Poppins);
}
#cookie-overlay #cookie-popup h3 span {
  color: var(--second-color);
}
#cookie-overlay #cookie-popup p {
  font-size: 15px;
  font-weight: 400;
}
#cookie-overlay #cookie-popup a {
  color: var(--second-color);
}
#cookie-overlay #cookie-popup form {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
#cookie-overlay #cookie-popup form button {
  all: unset;
  padding: 7px 15px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid var(--second-color);
  cursor: pointer;
}
#cookie-overlay #cookie-popup form .btnYes {
  background-color: var(--second-color);
  color: white;
  transition: 0.2s ease;
}
#cookie-overlay #cookie-popup form .btnYes:hover {
  background-color: transparent;
  color: black;
  transition: 0.2s ease;
}
#cookie-overlay #cookie-popup form .btnNo {
  transition: 0.2s ease;
}
#cookie-overlay #cookie-popup form .btnNo:hover {
  background-color: var(--second-color);
  color: white;
  transition: 0.2s ease;
}

.ouNousTrouver .rowTitre {
  height: auto;
}
.ouNousTrouver .iframe {
  display: flex;
  justify-content: center;
}

/*     
    font-family: "League Spartan", sans-serif;
    font-family: Oswald;
    font-family: 'Poppins';
 */
/*////////////////////////////    Header.phtml     /////////////////////////////*/
.headerComputer {
  background-color: white;
}

.rowLogo-header {
  font-family: var(--font-Poppins);
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
  color: #515151;
}
.rowLogo-header .boxContact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.rowLogo-header .boxContact svg {
  height: 25px;
  fill: #515151;
}
.rowLogo-header .boxLogo {
  background-color: white;
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rowLogo-header .boxLogo img {
  height: 300px;
}

.rowLink-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  background-color: white;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid var(--gray-color);
}
.rowLink-header a {
  font-size: 15px;
  letter-spacing: 0.03em;
  color: black;
  font-family: var(--font-Poppins);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
}
.rowLink-header a img {
  height: 20px;
  width: auto;
}
.rowLink-header a:hover {
  color: var(--second-color) !important;
}

.dropdown-header {
  position: relative;
  display: inline-block;
}
.dropdown-header svg {
  width: 11px;
  height: auto;
  fill: black;
  margin: 5px;
}

.dropdown-header {
  position: relative;
  display: inline-block;
}

.dropdown-content-header {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
  padding: 5px 0;
  transition: 0.2s ease;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.dropdown-content-header a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: none !important;
  display: flex;
  align-items: center;
}

.dropdown-content-header-langue {
  min-width: 50px !important;
}

.dropdown-header:hover .dropdown-content-header {
  opacity: 1;
  visibility: visible;
}

.headerPhone {
  height: 50px;
}
.headerPhone .overlay {
  display: none; /* initialement caché */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0); /* Départ avec opacité à 0 pour transition */
  z-index: 0; /* en dessous du menu mais au-dessus du contenu de la page */
  transition: background-color 0.5s ease; /* Transition douce de l'opacité */
}
.headerPhone .rowHeaderPhone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: fixed;
  right: 0;
  left: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3882352941);
  z-index: 10;
}
.headerPhone .rowHeaderPhone img {
  height: 50px;
}
.headerPhone .menuButton, .headerPhone .closeButton {
  cursor: pointer;
}
.headerPhone .menuButton {
  height: 100%;
  position: relative;
  left: 20px;
}
.headerPhone .menuButton svg {
  fill: black;
  height: 30px;
}
.headerPhone .closeButton {
  all: unset;
  display: none;
  color: blue;
  float: right;
  margin: 10px 20px;
  position: relative;
  z-index: 999;
}
.headerPhone .closeButton svg {
  height: 30px;
}
.headerPhone .sideMenu {
  background-color: white;
  height: 100%;
  width: 80%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
.headerPhone .sideMenu .rowListPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  bottom: 70px;
  gap: 30px;
  padding: 0 30px;
}
.headerPhone .sideMenu .rowListPage a {
  all: unset;
  font-family: var(--font-Poppins);
  color: black !important;
  font-size: 16px;
  font-weight: 500;
}
.headerPhone .sideMenu .rowListPage .dropdown {
  height: 24px;
}
.headerPhone .sideMenu .rowListPage .dropdown .bloc-top {
  font-family: var(--font-Poppins);
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.headerPhone .sideMenu .rowListPage .dropdown .bloc-top svg {
  height: 15px;
}
.headerPhone .sideMenu .rowListPage .dropdown .bloc-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
.headerPhone .sideMenu .rowListPage .dropdown .bloc-links a {
  all: unset;
  font-family: var(--font-Poppins);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.headerPhone .sideMenu .rowListPage .dropdown .bloc-links a svg {
  height: 10px;
}
.headerPhone .sideMenu .rowListPage .rowHeaderLangue {
  display: flex;
  gap: 15px;
}
.headerPhone .sideMenu .rowListPage .rowHeaderLangue a img {
  height: 20px;
}

/*////////////////////////////    Index.phtml    /////////////////////////////*/
/*/////////   Main    //////////*/
/*/////////   Intro    //////////*/
.rowIntro {
  height: 400px;
  display: flex;
  justify-content: space-between;
  background-color: var(--gray-color);
}
.rowIntro .left {
  margin: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.rowIntro .left h1 {
  font-size: 50px;
  font-family: var(--font-Poppins);
  font-weight: 600;
}
.rowIntro .left h1 span {
  color: var(--second-color);
}
.rowIntro .left .btn {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
.rowIntro .left .btn a {
  padding: 10px 20px;
  font-size: 15px;
  font-family: var(--font-Poppins);
  color: var(--second-color);
  border: 1px solid var(--second-color);
  border-radius: 10px;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s ease;
}
.rowIntro .left .btn a.blueA {
  background-color: var(--second-color);
  color: white;
}
.rowIntro .left .btn a.blueA:hover {
  background-color: transparent !important;
  color: var(--second-color) !important;
}
.rowIntro .left .btn :hover {
  color: white;
  background-color: var(--second-color);
  transition: 0.1s ease;
}
.rowIntro .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rowIntro .right img {
  height: 400px;
}

/*/////////   Nos services    //////////*/
.rowNosServices .rowTitre {
  height: 150px;
}
.rowNosServices .rowVideo {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.rowNosServices .rowVideo .box {
  height: auto;
  width: 600px;
}
.rowNosServices .rowVideo .box .top {
  height: 80%;
  overflow: hidden;
}
.rowNosServices .rowVideo .box .top video {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.rowNosServices .rowVideo .box .bottom {
  height: 20%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 3px 10px 10px 0;
  cursor: pointer;
}
.rowNosServices .rowVideo .box .bottom h3 {
  font-size: 23px;
  font-family: var(--font-Oswald);
  text-transform: uppercase;
  transition: 0.2s ease;
}
.rowNosServices .rowVideo .box .bottom h5 {
  font-size: 17px;
  font-family: var(--font-Poppins);
  font-weight: 400;
  transition: 0.2s ease;
}
.rowNosServices .rowVideo .box .bottom h5 svg {
  height: 10px;
}
.rowNosServices .rowVideo .box .bottom h5:hover, .rowNosServices .rowVideo .box .bottom h3:hover {
  color: var(--second-color);
  transition: 0.2s ease;
}

/*////////////////////////////   Pages de presenations    /////////////////////////////*/
.rowPagePresentation {
  /*/////////    Main   ///////////*/
  /*////////////////////////////    glace_carbonique.phtml    /////////////////////////////*/
  /*////////////////////////////    Netoyage cryogenique.phtml    /////////////////////////////*/
}
.rowPagePresentation .rowPhoto {
  height: 400px;
  background-color: var(--gray-color);
}
.rowPagePresentation .rowPhoto .boxPhoto {
  height: 100%;
  display: flex;
}
.rowPagePresentation .rowPhoto .boxPhoto span img {
  max-width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
  height: 340px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique {
  /*/////////   C'est quoi    //////////*/
  /*/////////   Utilisation  //////////*/
  /*/////////   redirect to shop_glace_carbonqiue.phtlm  //////////*/
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowAbout .rowPhoto .boxPhoto {
  gap: 20px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowAbout .rowPhoto2 .boxPhoto {
  gap: 40px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowAbout .ligne {
  border-left: var(--line-left-light-gray);
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowAbout .rowPhotoPhone {
  display: none;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos {
  font-family: var(--font-Poppins);
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card {
  background-color: transparent;
  width: 300px;
  min-height: 300px;
  perspective: 1000px;
  cursor: pointer;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform-style: preserve-3d;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-front, .rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-front {
  color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  box-shadow: inset 1px 1px 19px 0px black;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-front .text {
  margin: 20px;
  color: white;
  text-shadow: 0 0 4px black;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-front .text h2 {
  font-weight: 600;
  font-size: 25px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-front .text p {
  font-size: 15px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-back {
  background-color: var(--gray-color);
  color: black;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  min-height: 300px;
  height: auto;
  bottom: 0;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card-back p {
  font-size: 15px;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowDonnesTechniques {
  background-color: var(--gray-color) !important;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowUtilisation .rowDonnesTechniques .rowContent {
  margin-bottom: 0 !important;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowTarif {
  margin: 70px 0;
}
.rowPagePresentation .rowPresentationGlaceCarbonique .rowTarif .rowTitre {
  background-color: transparent;
  height: auto;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique {
  /*/////////   C'est quoi    //////////*/
  /*/////////   Videos    //////////*/
  /*/////////   Avantages    //////////*/
  /*/////////   Domaine d'application   //////////*/
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAbout p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAbout .rowSchema {
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 60%;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAbout .rowSchema img {
  width: 100%;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo {
  background-color: var(--gray-color);
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo .rowContent {
  display: flex;
  padding: 0 !important;
  margin-bottom: 0 !important;
  height: 450px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo .rowContent .left {
  width: 50%;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo .rowContent .left .rowTitre {
  background-color: transparent;
  border-left: var(--line-left-dark-gray);
  padding: 30px 40px;
  justify-content: center;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo .rowContent .right {
  width: 50%;
  display: flex;
  align-items: center;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowVideo .rowContent .right video {
  height: 350px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAvantages {
  background-color: var(--gray-color);
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAvantages .rowTitre {
  height: 150px;
  justify-content: center;
  border-left: var(--line-left-dark-gray);
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowAvantages .rowContent {
  margin-bottom: 0 !important;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication {
  font-family: var(--font-Poppins);
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowAllerA .rowList {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowAllerA .rowList .box {
  padding: 8px 25px;
  border: 2px solid var(--gray-color);
  font-weight: 500;
  transition: color 0.5s ease;
  cursor: pointer;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowAllerA .rowList .box:hover {
  color: var(--second-color);
  background-color: var(--gray-color);
  transition: 0.2s;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowAllerA .rowList .box.active {
  color: var(--second-color);
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb {
  border-left: var(--line-left-light-gray);
  display: flex;
  flex-direction: column;
  gap: 30px;
  scroll-margin-top: 80px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 {
  color: var(--second-color) !important;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 a {
  text-decoration: none !important;
  all: unset;
  cursor: pointer;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 a span {
  color: black;
  transition: 0.2s ease;
  font-size: 17px;
  font-weight: 500;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 a span:hover {
  color: var(--second-color);
  transition: 0.2s ease;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 a span:hover svg {
  fill: var(--second-color);
  transition: 0.2s ease;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb h2 a span svg {
  height: 12px;
  transition: 0.2s ease;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb .video {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb .video iframe {
  height: 270px;
  width: 450px;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .boxGoToTop {
  background-color: var(--gray-color);
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 55px;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #c9c9c9;
}
.rowPagePresentation .rowPresentationNettoyageCryogenique .boxGoToTop svg {
  width: 25px;
  fill: #515151;
}

/*////////////////////////////    shop_glace_carbonique.phtml    /////////////////////////////*/
/*///////////  Tarifs & production   ///////////*/
.rowProduction h6.rowContent {
  margin-top: 0 !important;
  margin-bottom: 7px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: var(--font-Poppins);
  font-size: 18px;
}
.rowProduction .rowPhotos {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 30px;
}
.rowProduction .rowPhotos .box {
  height: auto;
  width: 300px;
}
.rowProduction .rowPhotos .box .top {
  height: 80%;
  overflow: hidden;
}
.rowProduction .rowPhotos .box .top img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.rowProduction .rowPhotos .box .bottom {
  height: 20%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 3px 10px 10px 0;
  cursor: pointer;
}
.rowProduction .rowPhotos .box .bottom h3 {
  font-size: 20px;
  font-family: var(--font-Oswald);
  text-transform: uppercase;
  transition: 0.2s ease;
}
.rowProduction .rowPhotos .box .bottom h3 small {
  text-transform: none !important;
}
.rowProduction .rowTarif {
  background-color: var(--gray-color);
  padding-bottom: 70px;
}
.rowProduction .rowTarif .rowTitre {
  height: 150px;
  background-color: transparent !important;
  border-left: var(--line-left-dark-gray);
}
.rowProduction .rowTarif .rowInfoTarif {
  width: 50%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.rowProduction .rowTarif .tablePrix {
  font-family: var(--font-Poppins);
  width: 50%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
}
.rowProduction .rowTarif .tablePrix tr:not(:first-child) {
  border-top: 3px solid var(--gray-color);
}
.rowProduction .rowTarif .tablePrix th, .rowProduction .rowTarif .tablePrix td {
  padding: 12px;
  text-align: center;
}
.rowProduction .rowTarif .tablePrix th:not(:first-child), .rowProduction .rowTarif .tablePrix td:not(:first-child) {
  border-left: 3px solid var(--gray-color);
}
.rowProduction .rowTarif .tablePrix th {
  font-size: 25px;
}
.rowProduction .rowTarif .tablePrix td {
  font-size: 21px;
}
.rowProduction .rowTarif .rowContent {
  margin-bottom: 0 !important;
}

/*/////////   Boutique  ///////////*/
.rowBoutique {
  position: relative;
}
.rowBoutique::after {
  content: "Bientôt disponible";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.rowBoutique .rowTitre {
  height: auto;
}
.rowBoutique .rowProduct {
  display: flex;
  gap: 50px;
}
.rowBoutique .rowProduct .boxProduct {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-League-Spartan);
  cursor: pointer;
}
.rowBoutique .rowProduct .boxProduct .rowPhoto {
  overflow: hidden;
  display: flex;
  height: 250px;
  align-items: center;
}
.rowBoutique .rowProduct .boxProduct .rowPhoto img {
  width: 100%;
  transition: 0.4s ease;
}
.rowBoutique .rowProduct .boxProduct .rowNom {
  font-weight: 500 !important;
  font-size: 20px;
  font-family: var(--font-Poppins);
}
.rowBoutique .rowProduct .boxProduct .rowPrix {
  font-weight: 300 !important;
  font-size: 20px;
}
.rowBoutique .rowProduct .boxProduct .rowPrix small {
  font-size: 17px !important;
}
.rowBoutique .rowProduct .boxProduct .rowBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: var(--second-color);
  color: white;
  font-size: 20px;
  border-radius: 10px;
  transition: 0.4s ease;
}
.rowBoutique .rowProduct .boxProduct:hover img {
  transform: scale(1.01);
  transition: 0.4s ease;
}
.rowBoutique .rowProduct .boxProduct:hover .rowBtn {
  background-color: black;
  transition: 0.4s ease;
}

/*////////////////////////////    Form_contact.phtml    /////////////////////////////*/
.rowFormContact form {
  font-family: var(--font-Poppins);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.rowFormContact form .row .col {
  display: flex;
  justify-content: center;
  width: 80%;
  flex-direction: column;
}
.rowFormContact form .row .col p {
  font-weight: 400;
  font-size: 17px;
}
.rowFormContact form .row .col input, .rowFormContact form .row .col textarea {
  background-color: var(--gray-color);
  border: none;
  padding: 5px;
  border-radius: 5px;
  min-height: 40px;
}
.rowFormContact form .submitBtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.rowFormContact form .submitBtn button {
  padding: 10px 20px;
  background-color: var(--second-color);
  border: 2px solid var(--second-color);
  color: white;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.2s ease;
}
.rowFormContact form .submitBtn button:hover {
  background-color: transparent;
  color: var(--second-color);
}

/*////////////////////////////    domaine_utilisation.phtml    /////////////////////////////*/
.rowPageDomaineApplication .rowTitre {
  color: var(--second-color);
}
.rowPageDomaineApplication .rowDesc {
  margin-bottom: 0 !important;
}
.rowPageDomaineApplication .rowVideo {
  margin-top: 0 !important;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.rowPageDomaineApplication .rowVideo iframe {
  height: 270px;
  width: 450px;
}

/*////////////////////////////    Footer.phtml    /////////////////////////////*/
.rowAllFooter {
  margin-top: 30px;
}
.rowAllFooter .rowContact {
  height: 400px;
  padding: 50px;
  background-color: var(--gray-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rowAllFooter .rowContact .boxContact {
  width: 70%;
  height: 80% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rowAllFooter .rowContact .boxContact .left {
  height: 100%;
  width: 33.33%;
}
.rowAllFooter .rowContact .boxContact .middle {
  height: 100%;
  width: 33.33%;
  border-left: 2px solid #d1d1d1;
}
.rowAllFooter .rowContact .boxContact .right {
  height: 100%;
  width: 33.33%;
  border-left: 2px solid #d1d1d1;
}
.rowAllFooter .rowContact .boxContact .left .top, .rowAllFooter .rowContact .boxContact .middle .top, .rowAllFooter .rowContact .boxContact .right .top {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rowAllFooter .rowContact .boxContact .left .top svg, .rowAllFooter .rowContact .boxContact .middle .top svg, .rowAllFooter .rowContact .boxContact .right .top svg {
  width: 60px;
  fill: black;
}
.rowAllFooter .rowContact .boxContact .left .middle-height, .rowAllFooter .rowContact .boxContact .middle .middle-height, .rowAllFooter .rowContact .boxContact .right .middle-height,
.rowAllFooter .rowContact .boxContact .left .bottom, .rowAllFooter .rowContact .boxContact .middle .bottom, .rowAllFooter .rowContact .boxContact .right .bottom {
  font-family: var(--font-Poppins);
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.rowAllFooter .rowContact .boxContact .left .middle-height, .rowAllFooter .rowContact .boxContact .middle .middle-height, .rowAllFooter .rowContact .boxContact .right .middle-height {
  height: 30%;
  font-size: 25px;
  align-items: center;
}
.rowAllFooter .rowContact .boxContact .left .bottom, .rowAllFooter .rowContact .boxContact .middle .bottom, .rowAllFooter .rowContact .boxContact .right .bottom {
  height: 20%;
  align-items: flex-start;
}
.rowAllFooter .rowContact .boxContact .left .bottom a, .rowAllFooter .rowContact .boxContact .middle .bottom a, .rowAllFooter .rowContact .boxContact .right .bottom a {
  font-weight: 400;
  font-size: 15px;
}
.rowAllFooter .rowFooter {
  border-top: 4px solid var(--second-color);
  font-family: var(--font-Poppins);
  padding: 20px 70px;
  background-color: white;
}
.rowAllFooter .rowFooter .row {
  align-items: center;
}
.rowAllFooter .rowFooter .row .col {
  padding: 30px;
}
.rowAllFooter .rowFooter .row .col h2 {
  font-weight: 600;
}
.rowAllFooter .rowFooter .row .col h2 span {
  color: var(--second-color);
}
.rowAllFooter .rowFooter .row .col h4 {
  text-transform: uppercase;
  font-size: 22px;
}
.rowAllFooter .rowFooter .row .col a {
  all: unset !important;
  line-height: 3 !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
}
.rowAllFooter .rowFooter .row .col a:hover {
  color: var(--second-color) !important;
  transition: 0.2s ease !important;
}
.rowAllFooter .rowFooter .row .col img {
  height: 120px;
  margin: 0 -65px;
}
.rowAllFooter .rowFooter .row .col .ligne {
  height: 2px;
  margin: 10px 0;
  width: 40%;
  background-color: var(--line-gray-color);
}
.rowAllFooter .rowFooter .row .col .brands {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rowAllFooter .rowFooter .row .col .brands svg {
  fill: black;
  height: 20px;
  transition: 0.2s ease;
}
.rowAllFooter .rowFooter .row .col .brands :hover {
  fill: var(--second-color);
  transition: 0.2s ease;
}
.rowAllFooter .rowCopyright {
  padding: 15px;
  text-align: center;
  background-color: var(--gray-color);
}

/*////////////////////////////    links.phtml   /////////////////////////////*/
/*////////////////////////////    Media queries   /////////////////////////////*/
@media (hover: none) {
  .flip-card:hover .flip-card-inner {
    transform: none;
  }
}
/* Mac 13p */
@media (max-width: 1600px) {
  .rowContent {
    width: 80%;
  }
  .rowIntro {
    height: 350px;
  }
  .rowIntro .left {
    margin: 0 50px;
  }
  .rowIntro .right img {
    height: 350px;
  }
  .rowNosServices .rowVideo .box .bottom h3 {
    font-size: 23px;
  }
  .rowBoutique .rowProduct .boxProduct {
    gap: 0;
  }
  .rowBoutique .rowProduct .boxProduct .rowPhoto {
    height: auto;
  }
  .rowPagePresentation .rowPhoto {
    height: 300px;
  }
  .rowPagePresentation .boxPhoto span img {
    height: 240px !important;
  }
  .rowAllFooter .rowFooter .row {
    padding: 10px 30px !important;
  }
  .rowAllFooter .rowFooter .row .col {
    padding: 10px 30px !important;
  }
}
/* Ordinateur */
@media (min-width: 1200px) {
  /*////////////   Header    /////////////////*/
  .headerPhone {
    display: none;
  }
}
/* Telephone */
@media (max-width: 1200px) {
  /*////////////   Main    /////////////////*/
  .display_on_computer {
    display: none;
  }
  .hide_on_computer {
    display: block;
  }
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
  body::before {
    background: none !important;
  }
  .rowContent {
    padding: 10px !important;
    width: 90%;
  }
  .rowTitre {
    margin: 20px !important;
    padding: 10px !important;
    height: auto !important;
    width: auto !important;
  }
  .rowTitre p {
    font-size: 12px;
  }
  p {
    font-size: 15px !important;
  }
  p span {
    margin: 0 !important;
  }
  #cookie-popup {
    width: 100% !important;
  }
  #cookie-popup p {
    font-size: 13px !important;
  }
  /*////////////   Header    /////////////////*/
  .headerComputer {
    display: none;
  }
  .headerPhone {
    display: block;
  }
  /*////////////   index.php    /////////////////*/
  .rowIntro {
    display: block;
    height: auto;
  }
  .rowIntro .left {
    margin: 0;
    padding: 20px;
  }
  .rowIntro .left h1 {
    font-size: 20px;
  }
  .rowIntro .left .btn {
    display: none;
  }
  .rowIntro .right {
    display: none;
  }
  .rowNosServices {
    height: auto;
  }
  .rowNosServices .rowTitre {
    margin-top: 0 !important;
  }
  .rowNosServices .rowVideo {
    display: block;
    margin: 20px !important;
    padding: 0 !important;
  }
  .rowNosServices .rowVideo .box {
    height: auto;
    width: auto;
    margin-bottom: 15px;
  }
  .rowNosServices .rowVideo .box .bottom h3 {
    font-size: 15px;
  }
  .rowNosServices .rowVideo .box .bottom h5 {
    font-size: 13px;
  }
  .rowBoutique {
    padding: 20px;
    margin-top: 0 !important;
  }
  .rowBoutique .rowTitre {
    margin: 40px 0 !important;
  }
  .rowBoutique .rowProduct {
    gap: 10px;
    padding: 0 !important;
    margin: 20px 0 !important;
    width: 100%;
  }
  .rowBoutique .rowProduct .boxProduct {
    width: auto;
    gap: 5px;
  }
  .rowBoutique .rowProduct .boxProduct .rowNom {
    font-size: 13px;
  }
  .rowBoutique .rowProduct .boxProduct .rowPrix {
    font-size: 12px;
  }
  .rowBoutique .rowProduct .boxProduct .rowPrix small {
    font-size: 10px !important;
  }
  .rowBoutique .rowProduct .boxProduct .rowBtn {
    font-size: 13px;
    padding: 5px;
  }
  /*////////////   glace carbonqiue    /////////////////*/
  .rowPresentationGlaceCarbonique {
    font-size: 15px;
  }
  .rowPresentationGlaceCarbonique .rowAbout .rowPhoto {
    display: none;
  }
  .rowPresentationGlaceCarbonique .rowAbout .rowPhotoPhone {
    display: block !important;
  }
  .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard {
    display: grid !important;
  }
  .rowPresentationGlaceCarbonique .rowUtilisation .rowPhotos .rowFlipCard .flip-card {
    width: auto !important;
  }
  /*////////////   nettoyage_cryo    /////////////////*/
  .rowPresentationNettoyageCryogenique .rowAbout .rowSchema {
    width: 100% !important;
  }
  .rowPresentationNettoyageCryogenique .rowVideo .rowContent {
    height: auto !important;
    display: block !important;
  }
  .rowPresentationNettoyageCryogenique .rowVideo .rowContent .left {
    width: 100% !important;
  }
  .rowPresentationNettoyageCryogenique .rowVideo .rowContent .left .rowTitre {
    margin: 20px 0 !important;
    padding-top: 30px !important;
  }
  .rowPresentationNettoyageCryogenique .rowVideo .rowContent .right {
    width: 100% !important;
    display: block !important;
  }
  .rowPresentationNettoyageCryogenique .rowVideo .rowContent .right video {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowAllerA .rowList .box {
    padding: 3px 10px !important;
  }
  .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb {
    gap: 0 !important;
  }
  .rowPresentationNettoyageCryogenique .rowDomaineApplication .rowVideoYtb .video iframe {
    height: 200px !important;
  }
  /*////////////   SHOP glace carbo     /////////////////*/
  .rowProduction .rowPhotos .box .bottom h3 {
    font-size: 17px;
  }
  .rowProduction .rowTarif .rowTitre {
    padding-top: 30px !important;
  }
  .rowProduction .rowTarif .rowInfoTarif {
    width: 90%;
    margin: 20px;
  }
  .rowProduction .rowTarif .tablePrix {
    width: 90%;
  }
  .rowProduction .rowTarif .tablePrix th {
    font-size: 18px;
  }
  .rowProduction .rowTarif .tablePrix td {
    font-size: 17px;
  }
  /*////////////   Form contact    /////////////////*/
  .rowFormContact form {
    gap: 0;
  }
  .rowFormContact form .row .col {
    margin-bottom: 10px !important;
  }
  .rowFormContact form .submitBtn button {
    padding: 7px 12px;
  }
  /*////////////   DomaineApplication.phtml    /////////////////*/
  .rowPageDomaineApplication .rowVideo iframe {
    height: 200px !important;
  }
  /*////////////   footer    /////////////////*/
  .rowAllFooter .rowContact {
    height: auto;
    padding: 40px;
  }
  .rowAllFooter .rowContact .boxContact {
    flex-direction: column;
    gap: 40px;
  }
  .rowAllFooter .rowContact .boxContact .left, .rowAllFooter .rowContact .boxContact .middle, .rowAllFooter .rowContact .boxContact .right {
    width: auto;
    border-left: none;
  }
  .rowAllFooter .rowContact .boxContact .left .top svg, .rowAllFooter .rowContact .boxContact .middle .top svg, .rowAllFooter .rowContact .boxContact .right .top svg {
    height: 30px;
  }
  .rowAllFooter .rowContact .boxContact .left .middle-height, .rowAllFooter .rowContact .boxContact .middle .middle-height, .rowAllFooter .rowContact .boxContact .right .middle-height {
    font-size: 17px;
  }
  .rowAllFooter .rowContact .boxContact .left .bottom a, .rowAllFooter .rowContact .boxContact .middle .bottom a, .rowAllFooter .rowContact .boxContact .right .bottom a {
    font-size: 12px;
  }
  .rowAllFooter .rowFooter {
    padding: 0;
  }
  .rowAllFooter .rowFooter .row {
    padding: 10px 40px;
  }
  .rowAllFooter .rowFooter .row .col {
    padding: 20px 0;
  }
  .rowAllFooter .rowFooter .row .col a {
    font-size: 13px !important;
  }
  .rowAllFooter .rowFooter .row .col2, .rowAllFooter .rowFooter .row .col3 {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
