@charset "UTF-8";
/*!
Theme Name: Groupe Curious
Description: Theme enfant créé par Cédric Chevillard
Author: Groupe Curious
Author URI: https://groupe-curious.com/
Template: hello-elementor
Text Domain: cedric-chevillard-theme
*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  flex: 1;
}

p:last-child {
  margin-bottom: 0;
}

input:focus-visible,
select:focus-visible {
  outline: none;
}

button[type=submit] {
  border: none;
}
button[type=submit]:focus, button[type=submit]:focus-visible {
  outline: none;
}

ul {
  padding-left: 14px;
}

.cky-consent-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper {
  gap: 10px;
}

.cky-btn {
  margin: 0 !important;
}
.cky-btn:hover {
  background: #283583 !important;
  border-color: #283583 !important;
  opacity: 1 !important;
  color: #FFF !important;
}

.cky-show-desc-btn {
  color: #283583 !important;
}
.cky-show-desc-btn:hover {
  background: transparent !important;
  color: #283583 !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
  background: transparent !important;
}
.cky-btn-revisit-wrapper:hover {
  background: #283583 !important;
}

.cky-switch input {
  border: none !important;
}
.cky-switch input:checked {
  background: #283583 !important;
}

.cky-btn-close:hover {
  background: transparent !important;
}

.tick {
  font-size: 75px;
  font-family: "Gotham Rounded";
  font-weight: bold;
}
.tick .tick-flip-card {
  overflow: hidden;
}
.tick .tick-flip-panel {
  background: #c4d558;
  color: #283583;
}
.tick .tick-flip-panel-back-text {
  background: #c4d558;
}
.tick .tick-flip-panel-back::after {
  background-image: linear-gradient(180deg, rgba(163, 198, 101, 0.3) 1px, rgba(196, 213, 88, 0.15) 0, transparent 30%);
}
.tick .tick-flip-panel-text-wrapper {
  top: 3px;
}
.tick .tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  top: -91%;
}

@media screen and (max-width: 1024px) {
  .tick {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .tick {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  .tick {
    font-size: 28px;
  }
}
@media screen and (min-width: 767px) {
  .home-card-territoire {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 1225px) {
  #home-jembarque-text {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #home-jembarque-text .elementor-widget-container {
    padding: 0;
  }
  #home-jembarque-text .elementor-element:nth-child(2) .elementor-widget-container {
    padding: 0 10px;
  }
  #home-jembarque-text .elementor-element:nth-child(1) .elementor-widget-container {
    padding-left: 10px;
  }
  #home-jembarque-text .elementor-element:nth-child(3) .elementor-widget-container {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #home-jembarque-text .elementor-element:nth-child(2) .elementor-widget-container {
    padding: 0 5px;
  }
  #home-jembarque-text .elementor-element:nth-child(1) .elementor-widget-container {
    padding-left: 5px;
  }
  #home-jembarque-text .elementor-element:nth-child(3) .elementor-widget-container {
    padding-right: 5px;
  }
}
.elementor-button:hover .elementor-button-text span {
  color: #283583;
}
.elementor-button .elementor-button-text span {
  transition: all 0.3s;
  color: #e2b7d2;
}
.elementor-button .elementor-button-icon {
  display: flex;
  align-items: center;
}

#elementor-popup-modal-195 .dialog-close-button {
  padding: 10px;
  border-radius: 10px;
}

.elementor-icon-wrapper {
  display: flex;
}

h2.elementor-heading-title a {
  font-family: var(--e-global-typography-9021f57-font-family), Sans-serif !important;
}

a.elementor-element[data-element_type=container]:hover {
  opacity: 0.75;
}

.dialog-widget .dialog-close-button {
  font-size: 20px !important;
}

#modal-jembarque form .elementor-message {
  margin-top: 25px;
  margin-bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
#modal-jembarque form .elementor-message::before {
  content: "";
}

@keyframes animation-button {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.animated-button a {
  animation: animation-button 2s infinite;
}

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