/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #FFF;
  color: #1B1B1B;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body.light {
  background-color: #ffffff;
  color: #1b1b1b;
}
body.dark {
  background-color: #1b1b1b;
  color: #ffffff;
}
a {
  text-decoration: none;
}
p,
h2,
h1,
h4 {
  margin-bottom: 15px;
}
h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
h2.title-h2 {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}
h4 {
  font-size: 21px;
  line-height: 27px;
}
ul {
  padding-left: 20px;
}
ul li {
  margin: 11px 0;
}
img {
  width: 100%;
  height: auto;
}
input {
  transition: all 0.3s ease;
  outline: 1px solid transparent;
}
input:focus-visible, textarea:focus-visible {
    border: none;
    outline: 1px solid #d99d79;
    transition: all 0.3s ease;
}
button {
  border: none;
  cursor: pointer;
}
.hover\:underline:hover {
  text-decoration-line: none;
}
:hover {
  transition: all 0.3s ease;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* COLOR CODE */
a:hover,footer .site-navigation ul.menu a:hover {
  color: #fde9a0;
}
a,
nav ul li a:hover,footer .site-navigation ul.menu a {
  color: #cf4f72;
}
.text-intro a {
  background: #fff;
}
.cookie-banner button:hover {
  background: #73a3c7;
}
.text-intro a:hover, form button, .elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open], .light .elementor-widget-n-accordion .e-n-accordion-item[open], .price-box h3, a.cta, .gdpr-popup {
    background: #d99d79;
}
form button:hover,
a.cta:hover,
.cookie-accept,#gdpr-accept{
  background: #fde9a0;
  color: #1b1b1b;
}
header h1,
.text-intro h1,
.text-intro p {
  color: #fff;
}
.yellow {
  color: #fde9a0;
}
/* LIGHT */
.light .elementor-widget-n-accordion .e-n-accordion-item {
  background: #f9eaef;
}
.light div#temps .content-container h2,
.light div#temps .content-container p,
.light div#temps .content-container ul li,
.light div#temps .content-container h4,
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open],
.light footer.border-t,
.light .pagetitle h1 {
  color: #fff;
}
.light .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
  fill: #1b1b1b;
}
#accordeon-btm .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
    fill: #fff;
}
.light input,
.light textarea {
  background: #fffae7;
}
.light div#temps .content-container ul li {
  color: #fde9a0;
}
/* HEADER */
.page-title {
  display: none;
}
header {
  z-index: 2;
  background: none;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 20px;
  background: transparent;
  transition: all 0.3s ease;
}
header.sticky {
    top: 0;
    background: #00000069;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    backdrop-filter: blur(10px) saturate(180%);
    position: fixed;
    padding: 12px;
}
header h1, header .site-title a {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFF;
    font-weight: 600;
    transition: all 0.3s ease;
}
header.sticky .site-title a {
    font-size: 18px;
    line-height: 18px;
}
header button {
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 20px;
  line-height: normal;
  position: relative;
  top: -2px;
}
nav {
  width: 100%;
}
nav ul {
  grid-gap: 20px;
  list-style: none;
  justify-content: end;
}
nav ul li a {
  color: #1b1b1b;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
nav ul li a:hover {
  text-decoration: none;
}
/* BREADCRUMBS */
.custom-banner {
    height: 300px;
    background-size: cover;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    position: relative;
    align-items: center;
    text-align: center;
}
.custom-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1b1b1ba1;
    z-index: 0;
}
.banner-title {
    position: relative;
    z-index: 1;
    color: #FFF;
}
/* PAGE WRAPPER */
.page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px 0;
}
.pagetitle {
  padding: 100px 15px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111111;
}
.pagetitle:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: #111111a1;
  top: 0;
  z-index: 1;
}
.pagetitle h1 {
  z-index: 2;
  position: relative;
}
/*CONTENT */
div#video-intro {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
}
.page-template-default .e-con .elementor-element, .e-con .elementor-element, #hand-tablet,.elementor.elementor .e-con>.elementor-widget {
    width: 90%;
    margin: 0 auto 120px;
    max-width: 1400px;
}
div#hand-tablet {
    margin-top: 80px;
}
.video-wrapper {
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
}
.video-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000054;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: 100%;
}
.video-desktop {
  display: grid;
}
.video-mobile {
  display: none;
}
.tablet-wrap {
  position: relative;
  max-width: 500px;
  float: right;
  transform: rotate(5deg);
  width: 95%;
}
.qs-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
.qs-images img:first-child {
    grid-area: 1/4/5/1;
}
.qs-images img:nth-child(2) {
    grid-area: 2/7/7/4;
}
.qs-images img:nth-child(3) {
    grid-area: 5/6/8/2;
}
.price-box {
    background-color: #000000ba;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    backdrop-filter: blur(10px) saturate(180%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 32px;
    color: #fff;
    position: relative;
}
.prix-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  grid-gap: 40px;
  font-size: 16px;
}
.prix-barré h4 {
  text-transform: uppercase;
  color: #fde9a0;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.prix-barré span.tarif {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
}
div#countdown {
    color: #f9eaef;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.economise {
  text-align: right;
}
.economise p {
  text-transform: none;
}
.price-box h3 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    top: -17px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
span.barré {
  display: block;
  text-decoration: line-through;
}
.title-heading {
  max-width: 768px;
  margin: 0 auto 50px;
}
.title-heading h2 {
  margin-bottom: 20px;
}
.text-intro-wrap {
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.text-intro {
  max-width: 520px;
  margin-left: auto;
  margin-right: 20px;
}
.text-intro h1 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 700;
}
.text-intro p {
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom:0;
}
.text-intro a,
a.cta {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #1b1b1b;
}
a.cta {
  color: rgb(255, 255, 255);
  max-width: 468px;
  padding: 20px 15px;
}
a.cta.center {
    margin-top: 30px;
}
.text-intro a:hover {
  color: #fff;
}
.content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 30px;
}
.content-container h2 {
  margin-bottom: 20px;
}
.content-container h3 {
  color: #fde9a0;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content-container p {
  margin-bottom: 15px;
}
/* SLIDER */
.slider-content {
  max-width: 1100px;
  margin: 30px auto 0;
}
.slider-image img {
  border-radius: 30px;
}
.slider-content iframe {
  height: 500px;
  width: 100%;
}
.swiper .swiper-navigation-icon path {
  fill: #cf4f72;
}
.avis-titre {
  margin-top: 100px;
}
.slick-slide {
  margin-right: 7px; /* Add margin to create space between slides */
  margin-left: 7px; /* Add margin to create space between slides */
}
.slider-img-wrap{
	position:relative;
}
.slider-img-wrap p {
    margin: 0;
}
.slider-img-wrap:before {
    border-radius: 30px;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider-img-wrap h3 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
    font-size: 21px;
    line-height: 21px;
}
.slider-img-wrap h3 span {
    line-height: 18px;
    display: block;
    font-size: 15px;
    margin: 10px auto 0;
    max-width: 210px;
    font-weight: 600;
}
/* VIDEO TESTIMONIALS */
.slide {
  height: 729px;
  height: fit-content;
  object-fit: contain;
  position: relative;
  margin: 0 auto;
  border-radius: 60px;
}
.slider-content iframe {
  object-fit: cover;
  background: #1b1b1b;
  border-radius: 40px;
  max-width: 318px;
  height: 98%;
  margin: 0 auto;
  position: absolute;
  width: 97%;
  inset: 0;
}
.slide img {
    position: relative;
    width: 100%;
    pointer-events: none;
    max-width: 350px;
    margin: 0 auto;
}
.slick-next:before,.slick-prev:before {
    content: '';
    width: 27px;
    height: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
	transition:all 0.3s ease;
}
button.slick-arrow {
    border: none;
    font-size: 0;
    background: transparent !important;
    height: auto;
    padding: 0;
}
.slick-next:before {
    background-image: url(/wp-content/uploads/2025/10/arrow-right.png);
}
.slick-prev:before {
    background-image: url(/wp-content/uploads/2025/10/arrow-left.png);
}
/* TEMPS */
#temps {
  color: #fff;
}
div#temps {
    max-width: 100%;
    background: #4d5049;
    width: 100%;
    padding: 100px 15px;
}
div#temps .content-container,
article.single-article {
  max-width: 1400px;
  margin: 0 auto;
}
/* BLOG */
section.grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
article.border {
  border: none;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px #000;
  display: grid;
}
section.grid article h2 a {
  position: absolute;
  padding: 20px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
article h2.text-lg {
  margin-bottom: 0;
}
section.grid article p {
  display: none;
}
/* ACCORDION*/
div#accordeon-btm {
    padding: 0;
}
.elementor-widget-n-accordion {
  width: 100%;
}
.elementor-element.elementor-widget-n-accordion#accordeon-btm {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fbf9f8;
    padding: 100px 15px;
}
.e-n-accordion {
    max-width: 768px;
    margin: 0 auto;
}
.elementor-element.e-con-full.e-flex.e-con.e-child, .elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor, .e-n-accordion-item
  .elementor-element.e-flex.e-con-boxed.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor, .e-n-accordion-item .elementor-element.e-flex.e-con-boxed.e-con.e-child {
    margin: 0;
    width: 100%;
    border: none;
    padding: 0;
}
.e-con-inner .e-n-accordion-item .elementor-element {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor,
.e-n-accordion-item
  .elementor-element.e-flex.e-con-boxed.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor {
  padding: 0 20px 20px;
}
.elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.elementor-widget.elementor-widget-text-editor p {
    margin-bottom: 0;
}
.elementor-widget-n-accordion
  .e-n-accordion
  details
  > summary::-webkit-details-marker {
  display: none;
}

.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #f5dbcc;
    margin-bottom: 15px;
    border-radius: 15px;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item-title {
    align-items: center;
    cursor: pointer;
    display: grid;
    padding: 20px;
    grid-template-columns: auto 20px;
    grid-gap: 20px;
    border: none;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item .elementor-element.e-con-boxed.e-con.e-child>.e-con-inner {
    padding: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
  display: flex;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
  margin-block-end: 0;
  margin-block-start: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item-title-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    order: 1;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
  width: auto;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
  color: red;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
  fill: #fff;
  height: 20px;
  float: right;
}

.elementor-widget-n-accordion .e-n-accordion-item-title > span {
  cursor: pointer;
}

.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-opened {
  display: flex;
}

.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-closed {
  display: none;
}
.elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-opened {
  display: none;
}

.elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-closed {
  display: flex;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .e-n-accordion-item-title-text, 
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .elementor-element.elementor-widget.elementor-widget-text-editor p, 
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .elementor-element.elementor-widget.elementor-widget-text-editor ul li {
    color: #FFF;
}
/* CONTACT */
.form_heading {
    text-align: center;
    max-width: 568px;
    margin: 0 auto;
}
form {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
}
div#form-top {
    margin-bottom: 0;
}
input,
textarea {
  padding: 20px 15px;
  border: none;
  font-family: "Poppins";
  margin-bottom: 15px;
  border-radius: 5px;
}
form h2 {
  margin-bottom: 15px;
}
form button {
  max-width: 368px;
  display: block;
  width: 100%;
  border: none;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 16px;
  cursor: pointer;
}
form button:hover {
  color: #1b1b1b;
}
form p.text-sm.mt-2 {
  background: #73a3c7;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px;
}
form.wpcf7-form input, form.wpcf7-form select {
    border: 1px solid #c3c3c3;
    border-radius: 30px;
    padding: 15px;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto auto;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #4d5049;
    width: 100%;
    border: none;
    max-width: 368px;
    color: #FFF;
    transition: all 0.3s ease;
    padding: 25px 20px;
    text-transform: uppercase;
    border-radius: 60px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #d99d79;
}
form.wpcf7-form > div {
    position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
    bottom: 0;
    margin: auto;
    display: table;
}
.checkbox-wrapper .wpcf7-form-control-wrap {
    position: inherit;
}
.checkbox-wrapper span.wpcf7-not-valid-tip {
    top: 0;
    bottom: auto;
}
/* FOOTER */
#site-footer {
    border: none;
    background: #4d5049;
    padding: 100px 15px;
    margin-top: 100px;
    color: #FFF;
}
.home #site-footer {
  margin-top: 0px;
}
.site-footer .footer-inner {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer nav.flex.gap-4 {
  justify-content: center;
  grid-gap: 15px;
}
.site-footer .site-branding {
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    display: none !important;
}
footer .site-navigation ul.menu a {
    padding: 5px 7px;
    background: transparent;
    text-transform: none;
    font-weight: 400;
}
.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    justify-content: center;
}
footer nav.site-navigation {
    order: 3;
    justify-content: center;
}
/* COOKIE CONSENT */
.cookie-banner,.gdpr-popup {
  position: fixed;
  z-index: 200;
  max-width: 568px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px !important;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 0 20px #00000045;
  color: #fff;
  border-radius: 10px;
  animation: slideUp 0.5s ease-out;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cookie-banner button, .gdpr-popup button {
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #fde9a0;
}
.cookie-banner button:hover {
  color: #fff;
}
.cookie-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.cookie-text h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  grid-gap: 10px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
}
div#gdpr-popup h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.cookie-accept,#gdpr-accept {
  background-color: #fde9a0;
  color: #1b1b1b;
}
.cookie-decline,#gdpr-decline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
button#rcc-decline-button:hover,#gdpr-decline:hover {
  background: #fff;
  color: #1b1b1b;
}
div#gdpr-popup a {
    display: none;
    color: #FFF;
}
.choice-wrap {
    display: grid;
    grid-gap: 15px;
    position: relative;
    z-index: 200;
    background: #FFF;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000045;
}
.choice-wrap p {
    display: block;
    color: #1b1b1b;
    margin-bottom: 0;
}
div#choice-popup {
    top: 0;
    bottom: 0 !important;
    height: fit-content;
    margin: auto;
    background: transparent;
    display: none !important;
    padding: 0;
}
div#choice-popup:before {
    position: fixed;
    background: #1b1b1b8a;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 10;
}
.choice-wrap a {
    background: #cf4f72;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.choice-wrap a:hover {
    background: #fde9a0;
    color: #1b1b1b;
}
/* RESPONSIVE */
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 21px;
    line-height: 21px;
  }
  .prix-barré h4 {
    font-size: 16px;
    margin-top: 3px;
  }
  .prix-barré span.tarif {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .avis-titre {
    margin-top: 50px;
  }
  .tablet-wrap {
    float: none;
    width: 95%;
    margin: 0 auto;
  }	
.page-template-default .e-con .elementor-element, .e-con .elementor-element, #hand-tablet, .elementor.elementor .e-con>.elementor-widget {
    margin: 0 auto 60px;
}
div#hand-tablet {
    margin-top: 20px;
}
  .e-n-accordion {
    padding: 0 15px;
  }
 .slide img {
    max-width: 275px;
}
.slider-content iframe {
    max-width: 250px;
}
  .video-desktop {
    display: none;
  }
  .video-mobile {
    display: grid;
  }
.video-mobile video {
    height: 600px;
    object-fit: cover;
}
form {
    padding: 0;
}	
span.wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto;
}	
  .text-intro-wrap {
    bottom: 30px;
  }
  .text-intro {
    width: 90%;
    margin: 0 auto;
  }
  .text-intro h1 {
    font-size: 24px;
    line-height: 28px;
  }
.text-intro p {
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
}
#temps .container-left {
    order: 2;
}
	div#video-rewiews {
    padding: 0 20px;
}
  .content-container h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .prix-wrap {
    display: block;
  }
  .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
.site-footer .footer-inner .copyright p {
    font-size: 15px;
}	
div#video-intro {
    margin-bottom: 40px;
}
.banner-title {
    font-size: 18px;
}	
.site-footer .footer-inner .site-navigation ul.menu {
    grid-gap: 0;
}	
footer .site-navigation ul.menu a {
    font-size: 14px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-wrapper {
    padding: 0 30px 0;
  }
  .text-intro h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

