/*
Theme Name:   GeneratePress-child
Description:  Theme enfant de GeneratePress
Author:       jimmy
Author URL:   www.tabularasa.fr
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Raleway", serif !important;
  background: linear-gradient(150deg, #033988 0%, #000b26 100%);
  color: #fff;
  min-height: 100vh;
  position: relative;
}
body::after {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/deco_droite.svg") center center no-repeat;
  background-size: cover;
  width: 393px;
  height: 105px;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

/*MENU*/
.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 25px !important;
  padding-left: 5px !important;
}

/*TITRES*/
h1 {
  /* These three properties are where the magic happens: */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px hsl(333, 100%, 50%);
  filter: drop-shadow(0px 2px 2px hsla(0, 0%, 0%, 0.5)) drop-shadow(0px 0px 4px hsla(333, 100%, 50%, 0.5)) drop-shadow(0px 0px 10px hsla(333, 100%, 50%, 0.5)) drop-shadow(0px 0px 50px hsl(333, 100%, 50%));
  /* Fallback for IE */
  color: deeppink;
  /* Misc aesthetic properties */
  font-size: 50px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  letter-spacing: -1px;
}

h2 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 900;
  line-height: 36px;
  display: block;
}

h3 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 5px;
}

h4 {
  text-transform: uppercase;
  font-family: 16px;
  font-weight: 700;
}

#breadcrumbs a {
  color: #fff;
}
#breadcrumbs a:hover {
  color: #D1051A;
}

/*BOUTONS*/
.elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: inline-block;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  transition: all 0.3s ease-out !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background: #D1051A;
  border-color: #D1051A;
}

p input[type=submit],
p button[type=submit],
#mdp_oublie input[type=submit],
#mdp_oublie button[type=submit] {
  display: block;
  margin: auto;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  font-family: "Raleway", serif;
  text-decoration: none;
  text-shadow: -2px 4px 4px #091243, 0 0 10px #00D0FF, inset 1px 1px 1px white;
  color: #1FFFFF;
  border: 2px solid;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
  animation: flickering 5s infinite;
}
p input[type=submit]:hover, p input[type=submit]:link, p input[type=submit]:visited,
p button[type=submit]:hover,
p button[type=submit]:link,
p button[type=submit]:visited,
#mdp_oublie input[type=submit]:hover,
#mdp_oublie input[type=submit]:link,
#mdp_oublie input[type=submit]:visited,
#mdp_oublie button[type=submit]:hover,
#mdp_oublie button[type=submit]:link,
#mdp_oublie button[type=submit]:visited {
  background-color: inherit;
  color: #1FFFFF;
}

@keyframes flickering {
  0% {
    border-color: transparent;
    opacity: 0.2;
  }
  2% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  4% {
    border-color: transparent;
    opacity: 0.2;
  }
  8% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  28% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  30% {
    border-color: transparent;
    opacity: 0.2;
  }
  36% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  100% {
    border-color: #1FFFFF;
    opacity: 1;
  }
}
.bt1 {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  transition: all 0.3s ease-out !important;
  padding: 12px 24px;
  display: inline-block;
}
.bt1:hover {
  background: #D1051A;
  border-color: #D1051A;
}

/*HEADER*/
.inside-header {
  padding: 10px 0;
  width: 95%;
  margin: 0 auto;
}

#menu-item-36 a {
  font-size: 0;
  background: url("/wp-content/themes/generatepress-child/assets/images/avatar.svg") center center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: normal;
}

/*CONTENU*/
#page {
  position: relative;
  width: 100% !important;
  max-width: none;
  padding: 50px 0;
}
#page::before {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/deco_gauche.svg") center center no-repeat;
  background-size: cover;
  width: 282px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page .entry-content {
  margin-top: 0;
}
#page > #content {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  padding: 0 !important;
}
#page .mis_en_avant {
  /*max-width: 600px;
  margin: 0 auto;*/
}
#page .mis_en_avant h1, #page .mis_en_avant p {
  text-align: center;
}

#qr_code .elementor-widget-container div {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
#qr_code .elementor-widget-container div #compte-vip-qrcode {
  border: 10px solid #fff;
}
#qr_code .elementor-widget-container div p {
  flex: 100%;
}

/*FOOTER*/
.copyright-bar {
  display: none;
}

.footer-bar p {
  margin-bottom: 0 !important;
}

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
}

.inside-footer-widgets {
  margin: 0 !important;
}
.inside-footer-widgets .footer-widget-1 {
  background-color: #fff;
  padding: 10px;
}
.inside-footer-widgets .footer-widget-1 .widget {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.inside-footer-widgets .footer-widget-1 .widget ul li {
  margin-bottom: 0;
}
.inside-footer-widgets .footer-widget-1 p {
  color: #DFDFDF !important;
  font-size: 14px;
  text-align: center;
}
.inside-footer-widgets .footer-widget-2 .widget-title,
.inside-footer-widgets .footer-widget-3 .widget-title,
.inside-footer-widgets .footer-widget-4 .widget-title {
  margin-bottom: 0;
  font-size: 16px !important;
}
.inside-footer-widgets .footer-widget-2 ul li,
.inside-footer-widgets .footer-widget-3 ul li,
.inside-footer-widgets .footer-widget-4 ul li {
  margin-left: 50px;
  list-style: disc;
  margin-bottom: 0px;
}
.inside-footer-widgets .footer-widget-2 a,
.inside-footer-widgets .footer-widget-3 a,
.inside-footer-widgets .footer-widget-4 a {
  color: #fff;
}
.inside-footer-widgets .footer-widget-2 a:hover,
.inside-footer-widgets .footer-widget-3 a:hover,
.inside-footer-widgets .footer-widget-4 a:hover {
  color: #D1051A;
}

/*TITRE PAGE*/
header.headerArticle, header.entry-header {
  display: none;
}

/*FORMULAIRE*/
form p input {
  width: 100%;
  font-family: "Raleway", serif !important;
}
form p input.wpcf7-submit {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  transition: all 0.3s ease-out !important;
  width: auto;
  line-height: 16px;
}
form p input.wpcf7-submit:hover {
  background: #D1051A;
  border-color: #D1051A;
}
form p label input {
  width: 25px;
  height: 25px;
  border: 0;
}

#mdp_oublie {
  max-width: 400px;
  width: 95%;
  margin: 0 auto;
}
#mdp_oublie label,
#mdp_oublie input {
  width: 100%;
}
#mdp_oublie input {
  margin-bottom: 1.5em;
}

/*BACK TO TOP*/
.generate-back-to-top {
  bottom: 85px;
}

/*COOKIES*/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: rgba(0, 2, 3, 0.8);
}

/*LOGO STICKY*/
.navigation-branding img, .site-logo.mobile-header-logo img {
  transition: all 0.3s ease-out !important !important;
  height: auto !important;
  width: 250px !important;
}

@media (max-width: 768px) {
  .mobile-menu-control-wrapper, .menu-toggle {
    display: none !important;
  }
  #site-navigation {
    flex: initial !important;
  }
  .main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, .has-inline-mobile-toggle #site-navigation .inside-navigation > :not(.navigation-search):not(.main-nav) {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  #page > #content {
    width: 100%;
  }
  h1 {
    width: 95%;
    margin: 0 auto;
  }
  .elementor-element {
    padding: 0 !important;
  }
  #post-22 {
    width: 95%;
    margin: 0 auto;
  }
  #qr_code {
    width: 90%;
    margin: 0 auto;
  }
  #qr_code p {
    margin: 0;
  }
  #qr_code #compte-vip-qrcode {
    margin-top: 10px;
  }
  h1 {
    -webkit-text-stroke: 2px hsl(333, 100%, 50%);
    font-size: 40px;
  }
}/*# sourceMappingURL=style.css.map */