@charset "UTF-8";
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
COLORS
******************/
/*****************
MIXINS
******************/
/* Gradients */
/*****************
RESPONSIVE
******************/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/* RESET
------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* TYPOGRAPHIE */
body, button, input, select, optgroup, textarea {
  color: #6D4B99;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
}

dfn, cite, em, i {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

/* LIENS */
a, a:visited, a:hover, a:focus, a:active {
  outline: 0;
  background-color: transparent;
  text-decoration: none;
}

/* FORMULAIRES */
button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #6D4B99;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #10002B;
}

input, select, textarea {
  border: none;
  border-radius: 0;
}

input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

input::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

input:focus, textarea:focus, select:focus {
  border-color: #5c7aff;
  box-shadow: 0 0 3px #5c7aff;
  outline: none;
}

/* ÉLÉMENTS DIVERS */
img, embed, iframe, object {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #ddd;
}

pre, code {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
}

/* ACCESSIBILITÉ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* CUSTOM CONTAINER (Évite les conflits avec Bootstrap) */
.custom-container, main {
  margin: 0 auto;
  color: #6D4B99;
}

/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
BASE
******************/
html,
body {
  height: 100%;
  margin: 0;
  overflow-y: hidden;
  background-color: #f5f5f5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ----- FONTS ----- */
h1,
h1 span,
h2,
.menu-header-homepage li a {
  font-family: "Libre Baskerville", serif;
}

h3,
span,
.number_value,
p.infos_chiffres,
a,
.footer_menu li {
  font-family: "Poppins", sans-serif;
}

p,
.form_text {
  font-family: "Montserrat", sans-serif;
}

h1,
h1 span {
  font-size: 4.8rem;
}

span,
.number_value {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

h3,
p.chiffre_text {
  font-size: 2rem;
}

.form_text {
  font-size: 1.8rem;
}

p,
a,
.menu-header-homepage li a {
  font-size: 1.6rem;
}

.footer_text p,
.footer_text a,
.footer_menu li {
  font-size: 1.4rem;
}

h2 {
  font-weight: 900;
}

h3 {
  font-weight: 700;
}

h1,
span,
.menu-header-homepage li a,
.number_value {
  font-weight: 600;
}

.footer_text a {
  font-weight: 500;
}

p,
.form_text {
  font-weight: 400;
}

h1 span,
p.number_text {
  font-weight: normal;
}

h1,
h1 span {
  line-height: 5rem;
}

/* ----- COULEURS ----- */
h1,
h2,
.footer_menu li {
  color: #6D4B99;
}

h1 span,
h2.active,
h3,
p,
a,
p.chiffre_text,
.form_text,
.menu-header-homepage li a {
  color: #10002B;
}

.social_icon {
  background-color: #D7D8FE;
}

/* ----- BOUTON ----- */
.button_primary {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0;
  border: none;
  background-color: #6D4B99;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.button_primary .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button_primary .front,
.button_primary .back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.3s ease;
  padding: 10px 20px;
  color: #ffffff;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.button_primary .front {
  transform: translateY(0);
  z-index: 2;
}
.button_primary .back {
  transform: translateY(100%);
  z-index: 1;
}
.button_primary:hover {
  background: #10002B;
}
.button_primary:hover .front {
  transform: translateY(-100%);
}
.button_primary:hover .back {
  transform: translateY(-100%);
}

.button_secondary {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0;
  border: none;
  background-color: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.button_secondary .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button_secondary .front,
.button_secondary .back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.3s ease;
  padding: 0;
  color: #6D4B99;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.button_secondary .front {
  transform: translateY(0);
  z-index: 2;
}
.button_secondary .back {
  transform: translateY(100%);
  z-index: 1;
}
.button_secondary:hover .front {
  transform: translateY(-100%);
}
.button_secondary:hover .back {
  transform: translateY(-100%);
}

.mini_stickers {
  background-color: #D7D8FE;
  padding: 8px 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  rotate: -5deg;
}

.scroll-end {
  padding-right: 5%;
}

@media (max-width: 900px) {
  html,
  body {
    overflow: auto;
  }
}
@media (max-width: 430px) {
  h1,
  h1 span {
    font-size: 4.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 5%;
  z-index: 1000;
}
header .content_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .content_head a img {
  width: 120px;
}
header .content_head .menu_hamburger {
  display: none;
  font-size: 3rem;
  cursor: pointer;
}
header .content_head .button_primary.button_desktop {
  display: block;
}
header .menu_serany {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
header .menu_serany .menu-header-homepage {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
header .menu_serany .menu-header-homepage li {
  position: relative;
  padding-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
header .menu_serany .menu-header-homepage li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 10%;
  background-color: #6D4B99;
  transition: width 0.3s ease;
}
header .menu_serany .menu-header-homepage li:hover::after {
  width: 100%;
}
header .button_mobile {
  margin-top: 15px;
  display: none;
}

@media (max-width: 1024px) {
  header {
    background-color: #f5f5f5;
    position: relative;
  }
  header .content_head {
    position: relative;
    z-index: 1000;
  }
  header .content_head .menu_hamburger {
    display: inline-block;
  }
  header .content_head .button_primary.button_desktop {
    display: none;
  }
  header.menu-open {
    position: fixed;
    inset: 0;
    height: 100%;
    z-index: 1000;
  }
  header .menu_serany {
    display: none;
  }
  header .menu_serany.active {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 999;
    margin-top: 0;
    gap: 20px;
  }
  header .menu_serany .button_mobile {
    display: block;
  }
  header .menu_serany .menu-header-homepage {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  header .menu_serany .menu-header-homepage li a {
    font-size: 2rem;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #f5f5f5;
  padding: 10px 5%;
  width: 100%;
}
footer .social_media {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .social_media #facebook,
footer .social_media #instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D7D8FE;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
footer .social_media #facebook a,
footer .social_media #instagram a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_text {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer_menu {
  display: flex;
  align-items: center;
}
footer .footer_menu ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}
footer .footer_menu ul li .button_secondary span {
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px 5%;
    position: relative;
    z-index: 0;
  }
  footer .social_media {
    justify-content: center;
  }
  footer .footer_text {
    flex-direction: column;
    gap: 10px;
  }
  footer .footer_menu ul {
    flex-direction: column;
    gap: 10px;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_legals {
  justify-content: flex-start;
  padding-left: 5%;
  padding-top: 30px;
}

/*****************
CONTENT
******************/
.content_legals {
  padding: 45px 5% 60px;
}
.content_legals .article_section {
  margin: 30px 0;
}
.content_legals .article_section h2 {
  margin: 10px 0;
  font-size: 3.2rem;
}
.content_legals .article_section p {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .title_page {
    text-align: center;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_maintenance {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
.page_maintenance .maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page_maintenance .maintenance .logo {
  width: 50%;
  position: absolute;
  top: 10px;
  text-align: center;
}
.page_maintenance .maintenance .maintenance_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page_maintenance .maintenance .maintenance_container .maintenance_text {
  width: 50%;
  text-align: left;
}
@media (max-width: 1024px) {
  .page_maintenance {
    padding: 5%;
  }
  .page_maintenance .maintenance {
    gap: 40px;
    height: auto;
    width: auto;
  }
  .page_maintenance .maintenance .logo {
    position: relative;
    width: 70%;
    top: 5px;
  }
  .page_maintenance .maintenance .maintenance_container {
    flex-direction: column;
    gap: 15px;
  }
  .page_maintenance .maintenance .maintenance_container .maintenance_text {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page_maintenance .maintenance .logo {
    width: 90%;
    top: 5px;
  }
  .page_maintenance .maintenance .maintenance_container {
    gap: 10px;
  }
  .page_maintenance .maintenance .maintenance_container .maintenance_text {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }
}

/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*--------- 404 ---------*/
.error_page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 5% 0;
  margin: 0;
  flex-wrap: wrap;
}
.error_page .column_right,
.error_page .column_left {
  width: 50%;
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error_page .column_right {
  padding: 0 5% 0 10%;
  gap: 20px;
}
.error_page .column_right .title_error {
  margin: 0;
  text-align: left;
}
.error_page .column_right .button_404 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.error_page .column_left {
  padding: 0 10%;
}
.error_page .column_left img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  main {
    padding: 10% 5%;
    height: auto;
  }
  main .error_page {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    gap: 40px;
  }
  main .error_page .column_right,
  main .error_page .column_left {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  main .error_page .column_left img {
    width: 500px;
  }
  main .error_page .column_right .title_error {
    text-align: center;
  }
  main .error_page .column_right .button_404 {
    justify-content: center;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.hero_homepage {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 5%;
}
.hero_homepage .column_left {
  margin-top: 15%;
}
.hero_homepage .column_left .title_page {
  margin-top: 15px;
}
.hero_homepage .column_left .numbers_homepage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #10002B;
  border-top: 2px solid #10002B;
  padding: 10px 5%;
  margin-top: 15px;
}
.hero_homepage .column_left .numbers_homepage .number_block {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.hero_homepage .column_right .sliders_projects {
  display: flex;
  gap: 30px;
}
.hero_homepage .column_right .sliders_projects .column {
  width: 250px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero_homepage .column_right .sliders_projects .column .row {
  display: flex;
  flex-direction: column;
  will-change: transform;
  gap: 10px;
}
.hero_homepage .column_right .sliders_projects .column .row .project {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.hero_homepage .column_right .sliders_projects .column .row .project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .hero_homepage {
    flex-direction: column;
    gap: 50px;
    height: auto;
    padding: 40px 5%;
  }
  .hero_homepage .column_left {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .hero_homepage .column_left .numbers_homepage {
    margin: 0;
  }
  .hero_homepage .column_right {
    width: 100%;
  }
  .hero_homepage .column_right .sliders_projects {
    flex-direction: column;
    gap: 20px;
  }
  .hero_homepage .column_right .sliders_projects .column {
    width: 100%;
    height: auto;
  }
  .hero_homepage .column_right .sliders_projects .column .row {
    flex-direction: row;
    gap: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .hero_homepage .column_right .sliders_projects .column .project {
    width: 200px;
    height: auto;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_concept {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.page_concept .concept_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  min-height: 500px;
  gap: 100px;
  cursor: grab;
}
.page_concept .concept_container.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page_concept .concept_container::-webkit-scrollbar {
  display: none;
}
.page_concept .concept_container .text_concept,
.page_concept .concept_container .video_concept,
.page_concept .concept_container .galerie,
.page_concept .concept_container .texts {
  flex-shrink: 0;
  width: 500px;
  scroll-snap-align: start;
}
.page_concept .concept_container .title_page {
  width: 400px;
  flex-shrink: 0;
}
.page_concept .concept_container .text_concept {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_concept .concept_container .text_concept .title_text {
  display: flex;
  align-items: center;
}
.page_concept .concept_container .text_concept .title_text h2 {
  position: relative;
  z-index: 2;
}
.page_concept .concept_container .text_concept .title_text .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
}
.page_concept .concept_container .video {
  flex-shrink: 0;
  width: 800px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.page_concept .concept_container .video video {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.page_concept .concept_container .video .btn_play {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.page_concept .concept_container .galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 45px;
}
.page_concept .concept_container .galerie .grid_images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 250px;
  height: 400px;
  position: relative;
}
.page_concept .concept_container .galerie .grid_images.one_image .grid_image_item {
  width: 100%;
  height: 100%;
}
.page_concept .concept_container .galerie .grid_images .grid_image_item {
  width: 100%;
  height: calc(50% - 10px);
  position: relative;
}
.page_concept .concept_container .galerie .grid_images .grid_image_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
}
.page_concept .concept_container .texts p {
  max-width: 100%;
}

@media (max-width: 900px) {
  .page_concept {
    overflow-x: visible;
    height: auto;
  }
  .page_concept .concept_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    cursor: auto;
    gap: 50px;
  }
  .page_concept .concept_container .title_page,
  .page_concept .concept_container .text_concept,
  .page_concept .concept_container .texts,
  .page_concept .concept_container .galerie,
  .page_concept .concept_container .video {
    flex-shrink: 1;
    width: 100%;
    scroll-snap-align: none;
  }
  .page_concept .concept_container .title_concept {
    text-align: center;
  }
  .page_concept .concept_container .text_concept .title_text .mini_stickers {
    width: 50%;
    margin-left: 0;
  }
  .page_concept .concept_container .video .btn_play {
    width: 50px;
  }
  .page_concept .concept_container .galerie {
    flex-direction: column;
    gap: 50px;
  }
  .page_concept .concept_container .galerie .grid_images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .page_concept .concept_container .galerie .grid_images .grid_image_item {
    width: calc(50% - 10px);
    height: auto;
  }
  .page_concept .concept_container .galerie .two_images {
    height: 400px;
    width: 100%;
  }
  .page_concept .concept_container .galerie .two_images .grid_image_item {
    height: 100%;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .page_concept .concept_container .galerie .two_images {
    height: 100%;
    width: 100%;
  }
  .page_concept .concept_container .galerie .two_images .grid_image_item {
    height: auto;
  }
}
@media (max-width: 900px) {
  .page_concept .concept_container .galerie .one_image {
    width: 100%;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_realisations {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.page_realisations.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page_realisations .realisations_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 100px;
  height: 100%;
  cursor: grab;
}
.page_realisations .realisations_container .hero_realisations {
  flex-shrink: 0;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 5%;
}
.page_realisations .realisations_container .hero_realisations .title_page {
  line-height: 6rem;
}
.page_realisations .realisations_container::-webkit-scrollbar {
  display: none;
}
.page_realisations .realisations_container .cards_realisations {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  margin-top: 5%;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper {
  width: 250px;
  height: 400px;
  position: relative;
  border-radius: 5px;
  flex-shrink: 0;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .mini_stickers {
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 2;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .card_realisation {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .card_realisation .overlay {
  display: none;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .card_realisation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper:hover .mini_stickers {
  background-color: #10002B;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper:hover .mini_stickers h3 {
  color: #ffffff;
}
.page_realisations .realisations_container .cards_realisations .card_realisation_wrapper:hover .card_realisation .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D7D8FE;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {
  .page_realisations {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .page_realisations .realisations_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    gap: 50px;
    cursor: auto;
  }
  .page_realisations .realisations_container .hero_realisations {
    width: 100%;
    min-width: auto;
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }
  .page_realisations .realisations_container .cards_realisations {
    flex-direction: column;
    gap: 60px;
  }
  .page_realisations .realisations_container .cards_realisations .card_realisation_wrapper {
    width: 100%;
    height: auto;
  }
  .page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .card_realisation {
    height: auto;
  }
  .page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .card_realisation img {
    height: auto;
    max-height: 300px;
  }
  .page_realisations .realisations_container .cards_realisations .card_realisation_wrapper .mini_stickers {
    right: -10px;
    top: -20px;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.single_realisation {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.single_realisation.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single_realisation .single_realisation_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 100px;
  height: 100%;
  cursor: grab;
}
.single_realisation .single_realisation_container::-webkit-scrollbar {
  display: none;
}
.single_realisation .single_realisation_container .hero_single_realisation {
  flex-shrink: 0;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.single_realisation .single_realisation_container .text_realisation {
  flex-shrink: 0;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.single_realisation .single_realisation_container .text_realisation .title_text {
  display: flex;
  align-items: center;
}
.single_realisation .single_realisation_container .text_realisation .title_text h2 {
  position: relative;
  z-index: 2;
}
.single_realisation .single_realisation_container .text_realisation .title_text .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
}
.single_realisation .single_realisation_container .text_realisation .numbers_realisations {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  border-bottom: 2px solid #10002B;
  border-top: 2px solid #10002B;
  padding: 10px 0;
}
.single_realisation .single_realisation_container .text_realisation .numbers_realisations .number_block {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  width: 100px;
}
.single_realisation .single_realisation_container .img_front {
  flex-shrink: 0;
  width: 500px;
  height: 100%;
}
.single_realisation .single_realisation_container .img_front img {
  width: auto;
  height: 100%;
  border-radius: 0;
}
.single_realisation .single_realisation_container .galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 45px;
}
.single_realisation .single_realisation_container .galerie .grid_images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  min-width: 250px;
  height: 400px;
  position: relative;
}
.single_realisation .single_realisation_container .galerie .grid_images.one_image .grid_image_item {
  width: 100%;
  height: 100%;
}
.single_realisation .single_realisation_container .galerie .grid_images .grid_image_item {
  width: 100%;
  height: calc(50% - 10px);
  position: relative;
}
.single_realisation .single_realisation_container .galerie .grid_images .grid_image_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.single_realisation .single_realisation_container .other_realisation {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 600px;
  gap: 30px;
}
.single_realisation .single_realisation_container .other_realisation .title_other {
  display: flex;
  align-items: center;
}
.single_realisation .single_realisation_container .other_realisation .title_other h2 {
  position: relative;
  z-index: 2;
}
.single_realisation .single_realisation_container .other_realisation .title_other .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
}
.single_realisation .single_realisation_container .other_realisation .grid_other {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row {
  display: flex;
  gap: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 40px;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item a .img_wrapper {
  height: 100px;
  width: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item a h3 {
  text-align: center;
  width: 100px;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item:hover h3 {
  color: #6D4B99;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #10002B;
}
.single_realisation .single_realisation_container .other_realisation .grid_other .project_row:last-child::after {
  display: none;
}
.single_realisation .single_realisation_container > *:nth-last-child(2) {
  margin-right: 100px;
}

@media (max-width: 900px) {
  .single_realisation {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .single_realisation .single_realisation_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    gap: 50px;
    cursor: auto;
  }
  .single_realisation .single_realisation_container .hero_single_realisation,
  .single_realisation .single_realisation_container .text_realisation,
  .single_realisation .single_realisation_container .img_front,
  .single_realisation .single_realisation_container .other_realisation {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .single_realisation .single_realisation_container .galerie {
    flex-direction: column;
    gap: 50px;
  }
  .single_realisation .single_realisation_container .galerie .grid_images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .single_realisation .single_realisation_container .galerie .grid_images .grid_image_item {
    width: calc(50% - 10px);
    height: auto;
  }
  .single_realisation .single_realisation_container .galerie .two_images {
    height: 400px;
    width: 100%;
  }
  .single_realisation .single_realisation_container .galerie .two_images .grid_image_item {
    height: 100%;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .single_realisation .single_realisation_container .galerie .two_images {
    height: 100%;
    width: 100%;
  }
  .single_realisation .single_realisation_container .galerie .two_images .grid_image_item {
    height: auto;
  }
}
@media (max-width: 900px) {
  .single_realisation .single_realisation_container .galerie .one_image {
    width: 100%;
  }
  .single_realisation .single_realisation_container *:nth-last-child(2) {
    margin: 0;
  }
  .single_realisation .single_realisation_container .other_realisation {
    align-items: center;
  }
  .single_realisation .single_realisation_container .other_realisation .grid_other {
    align-items: center;
  }
  .single_realisation .single_realisation_container .other_realisation .grid_other .project_row {
    flex-direction: column;
    gap: 20px;
  }
  .single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item a {
    flex-direction: column;
  }
  .single_realisation .single_realisation_container .other_realisation .grid_other .project_row .project_item a .img_wrapper {
    height: 150px;
    width: 100%;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.single_evenement {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.single_evenement.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single_evenement .single_evenement_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 100px;
  height: 100%;
  cursor: grab;
}
.single_evenement .single_evenement_container::-webkit-scrollbar {
  display: none;
}
.single_evenement .single_evenement_container .title_page {
  flex-shrink: 0;
  width: 400px;
}
.single_evenement .single_evenement_container .text_evenement {
  flex-shrink: 0;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.single_evenement .single_evenement_container .text_evenement .title_text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_evenement .single_evenement_container .text_evenement .title_text .mini_stickers {
  rotate: -10deg;
}
.single_evenement .single_evenement_container .text_evenement .numbers_evenements {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  border-bottom: 2px solid #10002B;
  border-top: 2px solid #10002B;
  padding: 10px 0;
}
.single_evenement .single_evenement_container .text_evenement .numbers_evenements .number_block {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  width: 100px;
}
.single_evenement .single_evenement_container .img_front {
  flex-shrink: 0;
  width: 500px;
  height: 100%;
}
.single_evenement .single_evenement_container .img_front img {
  width: auto;
  height: 100%;
  border-radius: 0;
}
.single_evenement .single_evenement_container .accordion {
  width: 1000px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 1001;
}
.single_evenement .single_evenement_container .accordion .accordion_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle {
  background-color: transparent;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle .accordion_header h2 {
  position: relative;
  z-index: 2;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle .accordion_header .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
  display: none;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle .accordion_header span {
  color: #10002B;
  font-size: 4.4rem;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_toggle .accordion_header.active {
  justify-content: flex-start;
}
.single_evenement .single_evenement_container .accordion .accordion_container .accordion_item .accordion_content {
  display: none;
}
.single_evenement .single_evenement_container .accordion .accordion_image {
  width: 350px;
  height: 500px;
}
.single_evenement .single_evenement_container .accordion .accordion_image img {
  width: auto;
  height: 100%;
  border-radius: 5px;
}
.single_evenement .single_evenement_container .text {
  flex-shrink: 0;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.single_evenement .single_evenement_container .text .title_text {
  display: flex;
  align-items: center;
}
.single_evenement .single_evenement_container .text .title_text h2 {
  position: relative;
  z-index: 2;
}
.single_evenement .single_evenement_container .text .title_text .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
}
.single_evenement .single_evenement_container .galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 45px;
}
.single_evenement .single_evenement_container .galerie .grid_images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 250px;
  height: 400px;
  position: relative;
}
.single_evenement .single_evenement_container .galerie .grid_images.one_image .grid_image_item {
  width: 100%;
  height: 100%;
}
.single_evenement .single_evenement_container .galerie .grid_images .grid_image_item {
  width: 100%;
  height: calc(50% - 10px);
  position: relative;
}
.single_evenement .single_evenement_container .galerie .grid_images .grid_image_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
}

@media (max-width: 900px) {
  .single_evenement {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .single_evenement .single_evenement_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    gap: 50px;
    cursor: auto;
  }
  .single_evenement .single_evenement_container .title_page,
  .single_evenement .single_evenement_container .text_evenement,
  .single_evenement .single_evenement_container .text,
  .single_evenement .single_evenement_container .img_front,
  .single_evenement .single_evenement_container .accordion {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .single_evenement .single_evenement_container .img_front {
    height: 500px;
  }
  .single_evenement .single_evenement_container .img_front img {
    width: 100%;
    height: 100%;
  }
  .single_evenement .single_evenement_container .accordion {
    flex-direction: column;
    gap: 50px;
    z-index: 0;
  }
  .single_evenement .single_evenement_container .accordion .accordion_container {
    width: 100%;
  }
  .single_evenement .single_evenement_container .accordion .accordion_image {
    width: 100%;
  }
  .single_evenement .single_evenement_container .accordion .accordion_image img {
    width: 100%;
  }
  .single_evenement .single_evenement_container .galerie {
    flex-direction: column;
    gap: 50px;
  }
  .single_evenement .single_evenement_container .galerie .grid_images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .single_evenement .single_evenement_container .galerie .grid_images .grid_image_item {
    width: calc(50% - 10px);
    height: auto;
  }
  .single_evenement .single_evenement_container .galerie .two_images {
    height: 400px;
    width: 100%;
  }
  .single_evenement .single_evenement_container .galerie .two_images .grid_image_item {
    height: 100%;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .single_evenement .single_evenement_container .galerie .two_images {
    height: 100%;
    width: 100%;
  }
  .single_evenement .single_evenement_container .galerie .two_images .grid_image_item {
    height: auto;
  }
}
@media (max-width: 900px) {
  .single_evenement .single_evenement_container .galerie .one_image {
    width: 100%;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_evenements {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.page_evenements.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page_evenements .evenements_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 100px;
  height: 100%;
  cursor: grab;
}
.page_evenements .evenements_container .hero_evenements {
  flex-shrink: 0;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 5%;
}
.page_evenements .evenements_container .hero_evenements .title_page {
  margin-top: 15px;
}
.page_evenements .evenements_container::-webkit-scrollbar {
  display: none;
}
.page_evenements .evenements_container .cards_evenements {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  margin-top: 5%;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper {
  width: 250px;
  height: 400px;
  position: relative;
  border-radius: 5px;
  flex-shrink: 0;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .mini_stickers {
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 2;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .card_evenement {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .card_evenement .overlay {
  display: none;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .card_evenement img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper:hover .mini_stickers {
  background-color: #10002B;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper:hover .mini_stickers h3 {
  color: #ffffff;
}
.page_evenements .evenements_container .cards_evenements .card_evenement_wrapper:hover .card_evenement .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D7D8FE;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}

@media (max-width: 900px) {
  .page_evenements {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .page_evenements .evenements_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    gap: 50px;
    cursor: auto;
  }
  .page_evenements .evenements_container .hero_evenements {
    width: 100%;
    min-width: auto;
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }
  .page_evenements .evenements_container .cards_evenements {
    flex-direction: column;
    gap: 60px;
  }
  .page_evenements .evenements_container .cards_evenements .card_evenement_wrapper {
    width: 100%;
    height: auto;
  }
  .page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .card_evenement {
    height: auto;
  }
  .page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .card_evenement img {
    height: auto;
    max-height: 300px;
  }
  .page_evenements .evenements_container .cards_evenements .card_evenement_wrapper .mini_stickers {
    right: -10px;
    top: -20px;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_services {
  overflow-x: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 5%;
}
.page_services.active-grab {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page_services .services_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 150px;
  height: 100%;
  cursor: grab;
}
.page_services .services_container .title_page {
  flex-shrink: 0;
  width: 400px;
}
.page_services .services_container .tabs {
  display: flex;
  gap: 100px;
}
.page_services .services_container .tabs .tabs_list {
  width: 600px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1001;
}
.page_services .services_container .tabs .tabs_list .tab_item {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-bottom: 25px;
  cursor: pointer;
}
.page_services .services_container .tabs .tabs_list .tab_item h2 {
  color: #10002B;
}
.page_services .services_container .tabs .tabs_list .tab_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #10002B;
}
.page_services .services_container .tabs .tabs_list .tab_item:last-child::after {
  display: none;
}
.page_services .services_container .tabs .tabs_list .tab_item.active h2 {
  color: #6D4B99;
}
.page_services .services_container .tabs .tab_content {
  display: flex;
  align-items: center;
}
.page_services .services_container .tabs .tab_content .tab_panel {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 100px;
}
.page_services .services_container .tabs .tab_content .tab_panel .text {
  flex-shrink: 0;
  width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_services .services_container .tabs .tab_content .tab_panel .text .title_text {
  display: flex;
  align-items: center;
}
.page_services .services_container .tabs .tab_content .tab_panel .text .title_text h2 {
  position: relative;
  z-index: 2;
}
.page_services .services_container .tabs .tab_content .tab_panel .text .title_text .mini_stickers {
  margin-top: -10px;
  margin-left: -10px;
  right: 0;
  position: relative;
  z-index: 0;
}
.page_services .services_container .tabs .tab_content .tab_panel .video {
  flex-shrink: 0;
  width: 800px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.page_services .services_container .tabs .tab_content .tab_panel .video video {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.page_services .services_container .tabs .tab_content .tab_panel .video .btn_play {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.page_services .services_container .tabs .tab_content .tab_panel .galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 45px;
}
.page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 250px;
  height: 400px;
  position: relative;
}
.page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images.one_image .grid_image_item {
  width: 100%;
  height: 100%;
}
.page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images .grid_image_item {
  width: 100%;
  height: calc(50% - 10px);
  position: relative;
}
.page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images .grid_image_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
}

@media (max-width: 900px) {
  .page_services {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .page_services .services_container {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    height: auto;
    gap: 50px;
    cursor: auto;
  }
  .page_services .services_container .tabs .tabs_list,
  .page_services .services_container .title_page {
    width: 100%;
  }
  .page_services .services_container .tabs {
    flex-direction: column;
    gap: 50px;
  }
  .page_services .services_container .tabs .tabs_list {
    flex-direction: row;
    overflow-x: auto;
    gap: 30px;
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
  .page_services .services_container .tabs .tabs_list .tab_item {
    flex-direction: column;
    padding-bottom: 0;
    min-width: 200px;
    text-align: center;
  }
  .page_services .services_container .tabs .tabs_list .tab_item img {
    width: 100%;
    height: 100px;
  }
  .page_services .services_container .tabs .tabs_list .tab_item::after {
    display: none;
  }
  .page_services .services_container .tabs .tab_content .tab_panel {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .text,
  .page_services .services_container .tabs .tab_content .tab_panel .video {
    width: 100% !important;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .text .mini_stickers {
    width: 60%;
    margin-left: 0;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .video .btn_play {
    width: 50px;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie {
    flex-direction: column;
    gap: 50px;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .grid_images .grid_image_item {
    width: calc(50% - 10px);
    height: auto;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .two_images {
    height: 400px;
    width: 100%;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .two_images .grid_image_item {
    height: 100%;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .two_images {
    height: 100%;
    width: 100%;
  }
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .two_images .grid_image_item {
    height: auto;
  }
}
@media (max-width: 900px) {
  .page_services .services_container .tabs .tab_content .tab_panel .galerie .one_image {
    width: 100%;
  }
}
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Serany Event
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Serany Event a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: evenementiel, backdrop, anniversaire, mariage
*/
/*--------- STYLE IMPORTS ---------*/
.page_devis {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
.page_devis .devis_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 5%;
  gap: 20px;
}
.page_devis .devis_container .column_left {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.page_devis .devis_container .column_left .title_page {
  width: 400px;
  margin-top: 25%;
}
.page_devis .devis_container .column_right {
  width: 50%;
  position: relative;
  z-index: 1001;
}
.page_devis .devis_container .column_right .tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.page_devis .devis_container .column_right .tabs .tabs_list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 140px;
}
.page_devis .devis_container .column_right .tabs .tabs_list .tab_item {
  cursor: pointer;
}
.page_devis .devis_container .column_right .tabs .tabs_list .tab_item h2 {
  color: #10002B;
}
.page_devis .devis_container .column_right .tabs .tabs_list .tab_item.active h2 {
  color: #6D4B99;
}
.page_devis .devis_container .column_right .tabs .line {
  display: flex;
  align-items: center;
  border-bottom: 4px solid #10002B;
  width: 60px;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel {
  display: none;
  width: 100%;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel.active {
  display: block;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p {
  flex: 1;
  min-width: 200px;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p input {
  width: 100%;
  background-color: #ffffff;
  color: #10002B;
  padding: 10px;
  border: none;
  border-radius: 5px;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p input::-moz-placeholder {
  color: #10002B;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p input::placeholder {
  color: #10002B;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p .custom-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p .custom-select-wrapper select {
  font-family: "Poppins", sans-serif;
  color: #10002B;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .form-row p .custom-select-wrapper .select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6D4B99;
  font-size: 3.4rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message {
  width: 100%;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message textarea {
  width: 100%;
  max-height: 100px;
  background-color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #10002B;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message textarea::-moz-placeholder {
  color: #10002B;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message textarea::placeholder {
  color: #10002B;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message .custom-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message .custom-select-wrapper select {
  font-family: "Poppins", sans-serif;
  color: #10002B;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .full_width_message .custom-select-wrapper .select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6D4B99;
  font-size: 3.4rem;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .consentement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.page_devis .devis_container .column_right .tabs .tab_content .tab_panel form .consentement .wpcf7-list-item {
  display: flex;
  margin: 0;
}

@media (max-width: 900px) {
  .page_devis {
    height: auto;
  }
  .page_devis .devis_container {
    flex-direction: column;
    padding: 0;
    gap: 50px;
  }
  .page_devis .devis_container .column_left,
  .page_devis .devis_container .column_right {
    width: 100%;
  }
  .page_devis .devis_container .column_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page_devis .devis_container .column_left .title_page {
    margin-top: 0;
    text-align: center;
  }
  .page_devis .devis_container .column_right {
    z-index: 0;
  }
  .page_devis .devis_container .column_right .tabs_list {
    width: 100%;
    justify-content: space-between !important;
    gap: 0 !important;
  }
  .page_devis .devis_container .column_right .tabs {
    gap: 20px;
  }
  .page_devis .devis_container .column_right form {
    gap: 40px;
  }
  .page_devis .devis_container .column_right form:last-child {
    display: flex;
    align-items: center;
  }
  .page_devis .devis_container .column_right form:last-child .wpcf7-spinner {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */