:root {
  --white-color:                  #ffffff;
  --primary-color:                #f9c10b;
  --secondary-color:              #dc3545;
  --section-bg-color:             #f5f5f5;
  --dark-color:                   #000000;
  --p-color:                      #717275;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 60px;
  --h2-font-size:                 42px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               14px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family); 
}
*{
	margin: 0%;
	padding: 0%;
	box-sizing: border-box;
	font-family: SF PRO DISPLAY;
	 font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
html,
body{
	height: 100%;
	width: 100%;
}
#main{
	position: relative;
	overflow: hidden;
}
#page{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-image: url(../Images/vlcsnap-2024-08-06-17.png);	
	background-repeat: no-repeat;
	background-position: center;
}
/****************/
#apple-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 2px 4px 2px #888888;
}

#apple-navbar nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #000;
}

#apple-navbar .apple-logo img {
  position: absolute;
  width: 200px;
  top: -40%;
}

#apple-navbar ul {
  display: flex;
  list-style: none;
}

#apple-navbar ul li {
  margin: 0 15px;
}

#apple-navbar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

#apple-navbar .search-cart a {
  margin-left: 15px;
}
#search{
	width: 20px;
}

/****************/
#page>video{
	height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Ajustez la transparence en modifiant le dernier paramètre (0.5 ici) */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
    text-align: center;
}

.overlay h1, .overlay p {
    opacity: 0;
    transform: translateX(0);
    animation: fadeIn 1s forwards;
}

.overlay h1 {
    font-size: 3vw;
    color: #7b0811;
    margin: 0 0 20px 0; /* Adds space below the h1 */
    animation-delay: 3s;
    transform: translateX(100%); /* Start from right */
}

.overlay p {
    font-size: 1.5vw;
    animation-delay: 4s; /* Adjusted delay to show after h1 */
    transform: translateX(-100%); /* Start from left */
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


#page1{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #fff;
}
#page1>video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#page1>h1{
	font-size: 5vw;
	color: #fff;
	font-weight: 400;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
/*******************/
.part-1{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 76vh;
	background-color: #fff;
	overflow: hidden;
}
.text-part-1{
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	gap: 1vh;
	color: #fff;
	top: 10%;
}
.text-part-1 h1{
	font-size: 3vw;
}
.text-part-1 p{
	font-size: 1.6vw;
}
.link{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
}
.link a{
	text-decoration: none;
	color: rgb(26, 141, 242);
	font-size: 1.2vw;

}
.link a:hover{
	border-bottom: 1px solid rgb(26, 141, 242);;
}
/******************/
.content-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px;
}

.text-side {
  flex: 1 1 400px;
}

.text-side h1 {
  font-size: 2.5rem;
  color: #ff0000;
  margin-bottom: 20px;
}

.text-side p {
  font-size: 1.2rem;
  color: #333;
}

.image-side {
  flex: 1 1 400px;
  text-align: center;
}

.image-side img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.no-data {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
}
/*****************/
/*****************/
.part-4{
	display: flex;
	width: 100%;
}
.part-4-1{
	height: 60vh;
	width: 50%;
	background-repeat: no-repeat;
	background-image: url(../Images/forage.jpeg);
}
.part-4-2{
	height: 60vh;
	width: 50%;
	background-repeat: no-repeat;
	background-image: url(../Images/inspection-pipelines.jpg);
}
.part-4 .text-part-1{
	color: #333;
	font-size: 0.5vw;
}
.part-4 .text-part-1 p{
	font-size: 1vw;
}
/***************/
#page2{
	position: relative;
	height: 100vh;
	width: 100vw;
}
#page2>video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#page2>h1{
	font-size: 4vw;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
#page3{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #fff;
}
#page3>img{
	width: 60%;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#page3-upper{
	height: 30%;
	width: 30%;
	position: absolute;
	z-index: 9;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}
#page3-upper>img{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
}
#page3-upper-inner{
	position: absolute;
	bottom: -20%;
	height: 0%;
	width: 100%;	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 80px;
	color: #ff823d;
}
#page3-upper-inner>h3{
	font-size: 25px;
}
#page3>button{
	position: absolute;
	bottom: 0.5%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15   px 30px;
	border: 1px solid #000;
	font-weight: 500;
	background-color: #fff;
	border-radius: 50px;
	font-size: 1.4vw;
}
#page4{
	position: relative;
	height: 100vh;
	width: 100vw;
}
#page4>video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#center-page4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
/*******Deux images côte à côte********/
.section-trois {
  padding: 4rem 1rem;
  background-color: #f9f9f9;
}

.cards-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card-trois {
  position: relative;
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.card-trois:hover {
  transform: translateY(-10px);
}

.card-trois img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card-trois:hover img {
  transform: scale(1.03);
}

.card-content {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
}

.card-content p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.8rem;
}

.card-content a {
  color: #e60000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #e60000;
  transition: all 0.3s ease;
}

.card-content a:hover {
  color: #111;
  border-color: #111;
}

/* Responsive */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .card-trois img {
    height: 250px;
  }
}
/*******Deux images côte à côte********/
#page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 2vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
}
#page6>p{
	font-size: 1.2vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page7>canvas{
	position: relative;
	max-height: 100vw;
	max-height: 100vh;
	z-index: 99;
}
#page8{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page8>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page8>h1>span{
	color: #000;
}
#page9{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page9>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page9>h1>span{
	color: #000;
}
#page10{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page10>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page10>h1>span{
	color: #000;
}
#page11{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page11>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page11>h1>span{
	color: #000;
}
#page12{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page12>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page12>h1>span{
	color: #000;
}
#page13{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page13>h1{
	width: 20%;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	font-size: 1.3vw;
	font-weight: 500;
	color: #4d4d4d;
	z-index: 99;
	position: absolute;
}
#page13>h1>span{
	color: #000;
}
#page14{
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #fff;
}
.left4{
	height: 90%;
	width: 45%;
	position: relative;
	background-image: url(https://www.apple.com/v/apple-vision-pro/a/images/overview/design/glass_top__k3b8lzqd1l2m_large.jpg);
	background-size: cover;
}
.right4{
	height: 90%;
	width: 45%;
	position: relative;
	background-image: url(https://www.apple.com/v/apple-vision-pro/a/images/overview/design/glass_side__gm4agomrwl2e_large.jpg);
	background-size: cover;
}
#page15{
	position: relative;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#center-page15{
	height: 90%;
	width: 95%;
	position: relative;
	overflow: hidden;
}
#center-page15>video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#page16{
	position: relative;
	height: 120vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#page16>h2{
	position: absolute;
	width: 50%;
	color: #434343c7;
	font-weight: 500;
	top: 2%;
}
#page16>h2>span{
	color: #000;
}
#page16>img{
	width: 60%;
	position: absolute;
	bottom: 0%;
}
#page16>button{
	position: absolute;
	bottom: 10%;
	padding: 10px 20px;
	font-size: 1.5vw;
	border-radius: 50px;
	background-color: #ff823d;
	color: #fff;
	font-weight: 500;
	border: none;
}
/* Style moderne logo*/

/********END logo********/


/*****Slider****/
.slider-part {
  padding: 2vh 0vw;
  width: 100%;
  height: 70vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}

/* Styles for the previous and next slides */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.3;
}

/* Styles du modal */
.modal {
    display: none; /* Caché par défaut */
    position: fixed; 
    z-index: 1000; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.4); 
}

/* Styles du contenu du modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px; 
    border: 1px solid #888; 
    width: 80%; 
    max-width: 600px; 
}

/* Styles du bouton de fermeture */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Styles des boutons d'acceptation et de refus */
button {
    background-color: #7c0103; /* Vert */
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

/**************/
/* Footer styles */
footer {
    background: linear-gradient(90deg, #7d0103 0%, #b22222 50%, #333 100%);
    color: #fff;
    padding: 40px 20px;
    margin-top: 40px; /* Ajoutez de l'espace entre la galerie et le footer */
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 150px;
    margin: 10px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-column2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-legal {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-legal li {
    display: inline;
}

.footer-legal li a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
}

.footer-legal li a:hover {
    text-decoration: underline;
}
.ri-menu-5-line{
	display: none;
}
.none{
	display: none;
}
.respo-nav{
	position: fixed;
	top: -130%;
	width: 100%;
	height: 900px;
	background-color: #434343;
	display: none;
	z-index: 99;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* Media Queries for Responsiveness */

@media (max-width: 1200px) {
	/********************/
	.part-4{
	display: initial;
	width: 100%;
}
  .part-4-1{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #6b0c0d;
}
.part-4-2{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #6b0c0d;
}
.part-4 .text-part-1{
	color: #333;
	font-size: 1vw;
	text-align: center;
}
	/*******************/
  #apple-navbar ul li a {
    font-size: 12px;
  }

  .text-part-1 h1 {
    font-size: 4vw;
  }

  .text-part-1 p {
    font-size: 2vw;
  }

  .link a {
    font-size: 2vw;
  }

  .part-4 .text-part-1 p {
    font-size: 1.5vw;
  }

  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 5vw;
  }

  #page3>button, .right5>button {
    font-size: 2vw;
  }

  #page6>h1 {
    font-size: 6vw;
  }

  #page6>p {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
	#page{
	position: relative;
	height: 60vh;
	width: 100vw;
	background-image: url(../Images/vlcsnap-2024-08-06-17h00m45s406.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
 #page4{
	position: relative;
	height: 70vh;
	width: 100vw;
}
#center-page4{
	display: initial;
}
#center-page4 h1{
	font-size: 17px;
}
#page4>video{
	display: initial;
}
#center-page4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
  #apple-navbar{
  	height: 50px;
  }
  .apple-logo{
  	position: absolute;
  }
  nav a{
  	display: none;
  }
  nav i{
  	font-size: 8wv;
  }
  .respo-nav{
  	padding: 10vw 10vw;
	display: flex;
	flex-direction: column;
	gap: 3vh;
}
.ri-menu-5-line{
	top: 25%;
	left: 94%;
}
.respo-nav a{
	font-size: 4vw;
	text-decoration: none;
	color: #fff;
}
.respo-nav i{
	position: relative;
	top: 1%;
	right: 3%;
	font-size: 7vw;
}

  .ri-menu-5-line{
	display: initial;
	position: absolute;
	right: 0;
}
.none{
	display: initial;
	width: 100px;
	height: 50px;
	position: absolute;
	right: 95%;
	left: 0;
	top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  
  .part-4{
	display: initial;
	width: 100%;
}
  .part-4-1{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/inspection-pipelines_respon.jpg);
	background-position: center;
}
.part-4-2{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/forage_respon.jpg);
	background-position: center;
}
.part-4 .text-part-1{
	color: #333;
	font-size: 0.5vw;
	text-align: center;
}
#page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 4vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	display: none;
}
#page6>p{
	font-size: 1.2vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	display: initial;
}
#page8{
	display: initial;
}
#page9{
	display: initial;
}
#page10{
	display: initial;
}
#page11{
	display: initial;
}
#page12{
	display: initial;
}
#page13{
	display: initial;
}
.part-4 .text-part-1 p{
	font-size: 1vw;
}
  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 10vw;
  }

  .text-part-1 h1 {
    font-size: 6vw;
  }

  .text-part-1 p {
    font-size: 4vw;
  }

  .link a {
    font-size: 4vw;
  }

  .part-4 .text-part-1 p {
    font-size: 3vw;
  }

  #page3>button, .right5>button {
    font-size: 4vw;
  }

  #page6>h1 {
    font-size: 10vw;
  }

  #page6>p {
    font-size: 4vw;
  }
  /**Styles pour la galerie**/

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
}

.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

/* Ensure each slide is centered */
.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    z-index: 10;
    margin: 0; /* Supprime les marges pour aligner correctement le slider */
    overflow: hidden; /* Évite les débordements */
}

/* Center the images within each slide */
.slick-slide img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}
/****************/
/*****Slider****/
.slider-part {
  padding: 1vh 0vw;
  width: 500px;
  height: 200px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}

/* Styles for the previous and next slides */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.3;
}
/**************/
}

/*************/
/* Portrait - Smartphones */
@media only screen and (max-width: 320px) {
    /* CSS pour les petits smartphones en mode portrait */
    
    /***** Slider *****/
    .slider-part {
        padding: 1vh 0;
        width: 100%; /* Corrigé */
        height: 1000px;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
        width: 90%; /* Corrigé */
        background-position: center;
        background-size: cover;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Styles pour les diapositives précédentes et suivantes */
    .swiper-slide-prev, .swiper-slide-next {
        transform: scale(0.9);
        opacity: 0.3;
    }
}

/************/
/* Portrait - Tablettes */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* CSS pour les tablettes en mode portrait */
    #page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
	top: 50%;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 4vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	display: none;
}
#page6>p{
	font-size: 5vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	display: none;
}
#page8{
	display: none;
}
#page9{
	display: none;
}
#page10{
	display: none;
}
#page11{
	display: none;
}
#page12{
	display: none;
}
#page13{
	display: none;
}
/*****Slider****/
.slider-part {
  padding: 1vh 0vw;
  width: 100%;
  height: 300px;

}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}
}
/* Paysage - Smartphones */
@media only screen and (max-width: 480px) and (orientation: landscape) {
    /* CSS pour les petits smartphones en mode paysage */
    #page{
	position: relative;
	height: 60vh;
	width: 100vw;
	background-image: url(../Images/vlcsnap-2024-08-06-17h00m45s406.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
 #page4{
	position: relative;
	height: 70vh;
	width: 100vw;
}
#center-page4{
	display: initial;
}
#center-page4 h1{
	font-size: 17px;
}
#page4>video{
	display: initial;
}
#center-page4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
  #apple-navbar{
  	height: 50px;
  }
  .apple-logo{
  	position: absolute;
  }
  nav a{
  	display: none;
  }
  nav i{
  	font-size: 8wv;
  }
  .respo-nav{
  	padding: 10vw 10vw;
	display: flex;
	flex-direction: column;
	gap: 3vh;
}
.ri-menu-5-line{
	top: 25%;
	left: 94%;
}
.respo-nav a{
	font-size: 4vw;
	text-decoration: none;
	color: #fff;
}
.respo-nav i{
	position: relative;
	top: 1%;
	right: 3%;
	font-size: 7vw;
}

  .ri-menu-5-line{
	display: initial;
	position: absolute;
	right: 0;
}
.none{
	display: initial;
	width: 100px;
	height: 50px;
	position: absolute;
	right: 95%;
	left: 0;
	top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  
  .part-4{
	display: initial;
	width: 100%;
}
  .part-4-1{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/inspection-pipelines_respon.jpg);
	background-position: center;
}
.part-4-2{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/forage_respon.jpg);
	background-position: center;
}
.part-4 .text-part-1{
	color: #333;
	font-size: 0.5vw;
	text-align: center;
}
#page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
	top: 50%;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 4vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	display: none;
}
#page6>p{
	font-size: 1.2vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	display: none;
}
#page8{
	display: none;
}
#page9{
	display: none;
}
#page10{
	display: none;
}
#page11{
	display: none;
}
#page12{
	display: none;
}
#page13{
	display: none;
}
.part-4 .text-part-1 p{
	font-size: 1vw;
}
  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 10vw;
  }

  .text-part-1 h1 {
    font-size: 6vw;
  }

  .text-part-1 p {
    font-size: 4vw;
  }

  .link a {
    font-size: 4vw;
  }

  .part-4 .text-part-1 p {
    font-size: 3vw;
  }

  #page3>button, .right5>button {
    font-size: 4vw;
  }

  #page6>h1 {
    font-size: 10vw;
  }

  #page6>p {
    font-size: 4vw;
  }
  /**Styles pour la galerie**/

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
}

.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

/* Ensure each slide is centered */
.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    z-index: 10;
    margin: 0; /* Supprime les marges pour aligner correctement le slider */
    overflow: hidden; /* Évite les débordements */
}

/* Center the images within each slide */
.slick-slide img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}
/****************/
/*****Slider****/
.slider-part {
  padding: 1vh 0vw;
  width: 100%;
  height: 200px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}

/* Styles for the previous and next slides */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.3;
}
/**************/
}

/* Portrait - Grands écrans */
@media only screen and (min-width: 1025px) and (orientation: portrait) {
    /* CSS pour les grands écrans en mode portrait */
}
/* Pour les smartphones en paysage */
@media only screen and (max-width: 480px) and (orientation: landscape) {
    body {
        font-size: 16px;
    }
}
/* Pour les tablettes en portrait */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
    body {
        font-size: 18px;
    }
}
/* Pour les tablettes en paysage */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    body {
        font-size: 20px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    /* Styles pour cette plage de taille spécifique */
}

/***********/
@media only screen and (max-width: 480px) and (orientation: portrait) {
  #page{
	position: relative;
	height: 60vh;
	width: 100vw;
	background-image: url(../Images/vlcsnap-2024-08-06-17h00m45s406.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
 #page4{
	position: relative;
	height: 70vh;
	width: 100vw;
}
#center-page4{
	display: initial;
}
#center-page4 h1{
	font-size: 17px;
}
#page4>video{
	display: initial;
}
#center-page4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
  #apple-navbar{
  	height: 50px;
  }
  .apple-logo{
  	position: absolute;
  }
  nav a{
  	display: none;
  }
  nav i{
  	font-size: 8wv;
  }
  .respo-nav{
  	padding: 10vw 10vw;
	display: flex;
	flex-direction: column;
	gap: 3vh;
}
.ri-menu-5-line{
	top: 25%;
	left: 94%;
}
.respo-nav a{
	font-size: 4vw;
	text-decoration: none;
	color: #fff;
}
.respo-nav i{
	position: relative;
	top: 1%;
	right: 3%;
	font-size: 7vw;
}

  .ri-menu-5-line{
	display: initial;
	position: absolute;
	right: 0;
}
.none{
	display: initial;
	width: 100px;
	height: 50px;
	position: absolute;
	right: 95%;
	left: 0;
	top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  
  .part-4{
	display: initial;
	width: 100%;
}
  .part-4-1{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/inspection-pipelines_respon.jpg);
	background-position: center;
}
.part-4-2{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/forage_respon.jpg);
	background-position: center;
}
.part-4 .text-part-1{
	color: #333;
	font-size: 0.5vw;
	text-align: center;
}
#page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
	top: 50%;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 4vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	display: none;
}
#page6>p{
	font-size: 1.2vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	display: none;
}
#page8{
	display: none;
}
#page9{
	display: none;
}
#page10{
	display: none;
}
#page11{
	display: none;
}
#page12{
	display: none;
}
#page13{
	display: none;
}
.part-4 .text-part-1 p{
	font-size: 1vw;
}
  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 10vw;
  }

  .text-part-1 h1 {
    font-size: 6vw;
  }

  .text-part-1 p {
    font-size: 4vw;
  }

  .link a {
    font-size: 4vw;
  }

  .part-4 .text-part-1 p {
    font-size: 3vw;
  }

  #page3>button, .right5>button {
    font-size: 4vw;
  }

  #page6>h1 {
    font-size: 10vw;
  }

  #page6>p {
    font-size: 4vw;
  }
  /**Styles pour la galerie**/

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
}

.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

/* Ensure each slide is centered */
.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    z-index: 10;
    margin: 0; /* Supprime les marges pour aligner correctement le slider */
    overflow: hidden; /* Évite les débordements */
}

/* Center the images within each slide */
.slick-slide img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}
/****************/
/*****Slider****/
.slider-part {
  padding: 1vh 0vw;
  width: 100%;
  height: 200px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}

/* Styles for the previous and next slides */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.3;
}
/**************/
}
/**********************/
@media (min-width: 568px) and (max-width: 812px) and (orientation: landscape) {
  /* Styles pour téléphones en mode paysage */
  #page{
	position: relative;
	height: 60vh;
	width: 100vw;
	background-image: url(../Images/vlcsnap-2024-08-06-17h00m45s406.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
 #page4{
	position: relative;
	height: 70vh;
	width: 100vw;
}
#center-page4{
	display: initial;
}
#center-page4 h1{
	font-size: 17px;
}
#page4>video{
	display: initial;
}
#center-page4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-size: 2vw;
}
  #apple-navbar{
  	height: 50px;
  }
  .apple-logo{
  	position: absolute;
  }
  nav a{
  	display: none;
  }
  nav i{
  	font-size: 8wv;
  }
  .respo-nav{
  	padding: 10vw 10vw;
	display: flex;
	flex-direction: column;
	gap: 3vh;
}
.ri-menu-5-line{
	top: 25%;
	left: 94%;
}
.respo-nav a{
	font-size: 4vw;
	text-decoration: none;
	color: #fff;
}
.respo-nav i{
	position: relative;
	top: 1%;
	right: 3%;
	font-size: 7vw;
}

  .ri-menu-5-line{
	display: initial;
	position: absolute;
	right: 0;
}
.none{
	display: initial;
	width: 100px;
	height: 50px;
	position: absolute;
	right: 95%;
	left: 0;
	top: 5%;
}
  #apple-navbar nav {
    padding: 5px 10px;
  }

  #page-bottom {
    width: 80%;
  }
  
  .part-4{
	display: initial;
	width: 100%;
}
  .part-4-1{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/inspection-pipelines_respon.jpg);
	background-position: center;
}
.part-4-2{
	height: 30vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../Images/forage_respon.jpg);
	background-position: center;
}
.part-4 .text-part-1{
	color: #333;
	font-size: 0.5vw;
	text-align: center;
}
#page6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70vh;
	width: 100vw;
	background-color: #f5f5f7;
	display: none;
}
#page6>h3{
	margin-bottom: 1vw;
	font-size: 4vw;
}
#page6>h1{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	display: none;
}
#page6>p{
	font-size: 1.2vw;
	width: 60%;
	font-weight: 700;
	color: #545454c9;
}
#page7{
	display: none;
}
#page8{
	display: none;
}
#page9{
	display: none;
}
#page10{
	display: none;
}
#page11{
	display: none;
}
#page12{
	display: none;
}
#page13{
	display: none;
}
.part-4 .text-part-1 p{
	font-size: 1vw;
}
  #page1>h1, #page2>h1, #page4 #center-page4 {
    font-size: 10vw;
  }

  .text-part-1 h1 {
    font-size: 6vw;
  }

  .text-part-1 p {
    font-size: 4vw;
  }

  .link a {
    font-size: 4vw;
  }

  .part-4 .text-part-1 p {
    font-size: 3vw;
  }

  #page3>button, .right5>button {
    font-size: 4vw;
  }

  #page6>h1 {
    font-size: 10vw;
  }

  #page6>p {
    font-size: 4vw;
  }
  /**Styles pour la galerie**/

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
}

.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #000;
}

/* Ensure each slide is centered */
.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    z-index: 10;
    margin: 0; /* Supprime les marges pour aligner correctement le slider */
    overflow: hidden; /* Évite les débordements */
}

/* Center the images within each slide */
.slick-slide img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}
/****************/
/*****Slider****/
.slider-part {
  padding: 1vh 0vw;
  width: 500px;
  height: 200px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 90%;
  background-position: center;
  background-size: cover;
}

.swiper-1 {
  background-image: url(../Images/1.jpg);
}

.swiper-2 {
  background-image: url(../Images/2.jpg);
}

.swiper-3 {
  background-image: url(../Images/3.jpg);
}

.swiper-4 {
  background-image: url(../Images/4.jpg);
}

.swiper-5 {
  background-image: url(../Images/5.jpg);
}

.swiper-6 {
  background-image: url(../Images/6.jpg);
}

.swiper-7 {
  background-image: url(../Images/7.jpg);
}

.swiper-8 {
  background-image: url(../Images/8.jpg);
}

.swiper-9 {
  background-image: url(../Images/9.jpg);
}

/* Styles for the previous and next slides */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.3;
}
/**************/
}
/* Paysage - Tablettes */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    
#page{
	display: none;
}
}